#B9D42B

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

Shades of Fuego #B9D42B

Tints of Fuego #B9D42B

Color information

#B9D42B (or 0xB9D42B) is unknown color: approx Fuego. HEX triplet: B9, D4 and 2B. RGB value is (185,212,43). Sum of RGB (Red+Green+Blue) = 185+212+43=440 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.05% from 440); Green value is 212 (83.20% from 255 or 48.18% from 440); Blue value is 43 (17.19% from 255 or 9.77% from 440); Max value from RGB is 212 - color contains mainly: green. Hex color #B9D42B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9D42B is #462BD4. Grayscale: #B9B9B9. Windows color (decimal): -4598741 or 2872505. OLE color: 2872505.

HSL color Cylindrical-coordinate representation of color #B9D42B: hue angle of 69.59º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B9D42B is Cyan = 0.13, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.17.

Color convert

RGB18521243-
CMYK0.1300.800.17
HSL69.59º66.27%50%-
HSV(B)69.59º79.72%83.14%-
XYZ43.9957.5811.08-
YUV184.6648.05128.24-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.05%
GREEN value IS 212 (83.20% from 255) = 48.18%
BLUE value IS 43 (17.19% from 255) = 9.77%
R=42.05%
G=48.18%
B=9.77%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal185212430.1300.800.1769.5966.2750
HexB9D42BD05011464232
Octal271324531501202110610262
Binary10111001110101001010111101010100001000110001101000010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9D42B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9D42B; }

 p { color: rgb(185,212,43); }

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

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

 a { background-color: rgb(185,212,43); }

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

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

 span { border-color: rgb(185,212,43); }

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