#b9cf36

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

Shades of Fuego #B9CF36

Tints of Fuego #B9CF36

Color information

#B9CF36 (or 0xB9CF36) is unknown color: approx Fuego. HEX triplet: B9, CF and 36. RGB value is (185,207,54). Sum of RGB (Red+Green+Blue) = 185+207+54=446 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.48% from 446); Green value is 207 (81.25% from 255 or 46.41% from 446); Blue value is 54 (21.48% from 255 or 12.11% from 446); Max value from RGB is 207 - color contains mainly: green. Hex color #B9CF36 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9CF36 is #4630C9. Grayscale: #B7B7B7. Windows color (decimal): -4600010 or 3592121. OLE color: 3592121.

HSL color Cylindrical-coordinate representation of color #B9CF36: hue angle of 68.63º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B9CF36 is Cyan = 0.11, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.19.

Color convert

RGB18520754-
CMYK0.1100.740.19
HSL68.63º61.45%51.18%-
HSV(B)68.63º73.91%81.18%-
XYZ42.9955.2111.88-
YUV182.9855.21129.44-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.48%
GREEN value IS 207 (81.25% from 255) = 46.41%
BLUE value IS 54 (21.48% from 255) = 12.11%
R=41.48%
G=46.41%
B=12.11%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal185207540.1100.740.1968.6361.4551.18
HexB9CF36B04A13453d33
Octal27131766130112231057563
Binary1011100111001111110110101101001010100111000101111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b9cf36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b9cf36; }

 p { color: rgb(185,207,54); }

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

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

 a { background-color: rgb(185,207,54); }

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

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

 span { border-color: rgb(185,207,54); }

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