Shades of Fuego #B9CE35
Tints of Fuego #B9CE35
RGB
CMYK
RGB Variations
Color information
#B9CE35 (or 0xB9CE35) is known color: Fuego. HEX triplet: B9, CE and 35. RGB value is (185,206,53). Sum of RGB (Red+Green+Blue) = 185+206+53=444 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.67% from 444); Green value is 206 (80.86% from 255 or 46.40% from 444); Blue value is 53 (21.09% from 255 or 11.94% from 444); Max value from RGB is 206 - color contains mainly: green. Hex color #B9CE35 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9CE35 is #4631CA. Grayscale: #B6B6B6. Windows color (decimal): -4600267 or 3526329. OLE color: 3526329.
HSL color Cylindrical-coordinate representation of color #B9CE35: hue angle of 68.24º 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 #B9CE35 is Cyan = 0.10, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 185 | 206 | 53 | - |
| CMYK | 0.10 | 0 | 0.74 | 0.19 |
| HSL | 68.24º | 0.61% | 0.51% | - |
| HSV(B) | 68.24º | 0.74% | 0.81% | - |
| XYZ | 42.72 | 54.71 | 11.68 | - |
| YUV | 182.28 | 55.04 | 129.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 206 | 53 | 0.10 | 0 | 0.74 | 0.19 | 68.24 | 0.61 | 0.51 |
| Hex | B9 | CE | 35 | A | 0 | 4A | 13 | 44 | 3D | 33 |
| Octal | 271 | 316 | 65 | 12 | 0 | 112 | 23 | 104 | 75 | 63 |
| Binary | 10111001 | 11001110 | 110101 | 1010 | 0 | 1001010 | 10011 | 1000100 | 111101 | 110011 |
Color Harmonies of #B9CE35
Complementary color
Monochromatic Colors of #B9CE35
Black with #B9CE35
Text Example
Text Example
White with #B9CE35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9CE35; }
p { color: rgb(185,206,53); }
H1.HeaderClassName
{
color: #B9CE35;
}
.AnyTagClassName
{
color: #B9CE35;
}
</style>
background-color css
<style>
a { background-color: #B9CE35; }
a { background-color: rgb(185,206,53); }
div.DivClassName
{
background-color: #B9CE35;
}
.BgClassName
{
background-color: #B9CE35;
}
</style>
border-color css
<style>
span { border-color: #B9CE35; }
span { border-color: rgb(185,206,53); }
td.TdClassName
{
border-color: #B9CE35;
}
.TagClassName
{
border-color: #B9CE35;
}
</style>