Shades of Fuego #B9CE2F
Tints of Fuego #B9CE2F
RGB
CMYK
RGB Variations
Color information
#B9CE2F (or 0xB9CE2F) is known color: Fuego. HEX triplet: B9, CE and 2F. RGB value is (185,206,47). Sum of RGB (Red+Green+Blue) = 185+206+47=438 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.24% from 438); Green value is 206 (80.86% from 255 or 47.03% from 438); Blue value is 47 (18.75% from 255 or 10.73% from 438); Max value from RGB is 206 - color contains mainly: green. Hex color #B9CE2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9CE2F is #4631D0. Grayscale: #B6B6B6. Windows color (decimal): -4600273 or 3133113. OLE color: 3133113.
HSL color Cylindrical-coordinate representation of color #B9CE2F: hue angle of 67.92º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B9CE2F is Cyan = 0.10, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 185 | 206 | 47 | - |
| CMYK | 0.10 | 0 | 0.77 | 0.19 |
| HSL | 67.92º | 0.63% | 0.5% | - |
| HSV(B) | 67.92º | 0.77% | 0.81% | - |
| XYZ | 42.59 | 54.66 | 11 | - |
| YUV | 181.6 | 52.04 | 130.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 206 | 47 | 0.10 | 0 | 0.77 | 0.19 | 67.92 | 0.63 | 0.5 |
| Hex | B9 | CE | 2F | A | 0 | 4D | 13 | 44 | 3F | 32 |
| Octal | 271 | 316 | 57 | 12 | 0 | 115 | 23 | 104 | 77 | 62 |
| Binary | 10111001 | 11001110 | 101111 | 1010 | 0 | 1001101 | 10011 | 1000100 | 111111 | 110010 |
Color Harmonies of #B9CE2F
Complementary color
Monochromatic Colors of #B9CE2F
Black with #B9CE2F
Text Example
Text Example
White with #B9CE2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9CE2F; }
p { color: rgb(185,206,47); }
H1.HeaderClassName
{
color: #B9CE2F;
}
.AnyTagClassName
{
color: #B9CE2F;
}
</style>
background-color css
<style>
a { background-color: #B9CE2F; }
a { background-color: rgb(185,206,47); }
div.DivClassName
{
background-color: #B9CE2F;
}
.BgClassName
{
background-color: #B9CE2F;
}
</style>
border-color css
<style>
span { border-color: #B9CE2F; }
span { border-color: rgb(185,206,47); }
td.TdClassName
{
border-color: #B9CE2F;
}
.TagClassName
{
border-color: #B9CE2F;
}
</style>