#B9CB2F

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

Shades of Fuego #B9CB2F

Tints of Fuego #B9CB2F

Color information

#B9CB2F (or 0xB9CB2F) is unknown color: approx Fuego. HEX triplet: B9, CB and 2F. RGB value is (185,203,47). Sum of RGB (Red+Green+Blue) = 185+203+47=435 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.53% from 435); Green value is 203 (79.69% from 255 or 46.67% from 435); Blue value is 47 (18.75% from 255 or 10.80% from 435); Max value from RGB is 203 - color contains mainly: green. Hex color #B9CB2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9CB2F is #4634D0. Grayscale: #B4B4B4. Windows color (decimal): -4601041 or 3132345. OLE color: 3132345.

HSL color Cylindrical-coordinate representation of color #B9CB2F: hue angle of 66.92º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B9CB2F is Cyan = 0.09, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.20.

Color convert

RGB18520347-
CMYK0.0900.770.20
HSL66.92º62.4%49.02%-
HSV(B)66.92º76.85%79.61%-
XYZ41.8853.2310.76-
YUV179.8353.04131.68-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.53%
GREEN value IS 203 (79.69% from 255) = 46.67%
BLUE value IS 47 (18.75% from 255) = 10.80%
R=42.53%
G=46.67%
B=10.80%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal185203470.0900.770.2066.9262.449.02
HexB9CB2F904D14433e31
Octal27131357110115241037661
Binary1011100111001011101111100101001101101001000011111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9CB2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9CB2F; }

 p { color: rgb(185,203,47); }

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

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

 a { background-color: rgb(185,203,47); }

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

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

 span { border-color: rgb(185,203,47); }

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