#b0d934

Color #B0D934 Fuego (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuego #B0D934

Tints of Fuego #B0D934

Color information

#B0D934 (or 0xB0D934) is unknown color: approx Fuego. HEX triplet: B0, D9 and 34. RGB value is (176,217,52). Sum of RGB (Red+Green+Blue) = 176+217+52=445 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.55% from 445); Green value is 217 (85.16% from 255 or 48.76% from 445); Blue value is 52 (20.70% from 255 or 11.69% from 445); Max value from RGB is 217 - color contains mainly: green. Hex color #B0D934 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0D934 is #4F26CB. Grayscale: #BABABA. Windows color (decimal): -5187276 or 3463600. OLE color: 3463600.

HSL color Cylindrical-coordinate representation of color #B0D934: hue angle of 74.91º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B0D934 is Cyan = 0.19, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.15.

Color convert

RGB17621752-
CMYK0.1900.760.15
HSL74.91º68.46%52.75%-
HSV(B)74.91º76.04%85.1%-
XYZ43.3459.112.37-
YUV185.9352.42120.92-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 176 (69.14% from 255) = 39.55%
GREEN value IS 217 (85.16% from 255) = 48.76%
BLUE value IS 52 (20.70% from 255) = 11.69%
R=39.55%
G=48.76%
B=11.69%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal176217520.1900.760.1574.9168.4652.75
HexB0D9341304CF4b4435
Octal260331642301141711310465
Binary10110000110110011101001001101001100111110010111000100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b0d934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b0d934; }

 p { color: rgb(176,217,52); }

 H1.HeaderClassName
 {
   color: #b0d934;
 }
 .AnyTagClassName
 {
   color: #b0d934;
 }
</style>
background-color css

<style>
 a { background-color: #b0d934; }

 a { background-color: rgb(176,217,52); }

 div.DivClassName
 {
   background-color: #b0d934;
 }
 .BgClassName
 {
   background-color: #b0d934;
 }
</style>
border-color css

<style>
 span { border-color: #b0d934; }

 span { border-color: rgb(176,217,52); }

 td.TdClassName
 {
   border-color: #b0d934;
 }
 .TagClassName
 {
   border-color: #b0d934;
 }
</style>