Shades of Fuego #B9CF35
Tints of Fuego #B9CF35
RGB
CMYK
RGB Variations
Color information
#B9CF35 (or 0xB9CF35) is known color: Fuego. HEX triplet: B9, CF and 35. RGB value is (185,207,53). Sum of RGB (Red+Green+Blue) = 185+207+53=445 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.57% from 445); Green value is 207 (81.25% from 255 or 46.52% from 445); Blue value is 53 (21.09% from 255 or 11.91% from 445); Max value from RGB is 207 - color contains mainly: green. Hex color #B9CF35 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9CF35 is #4630CA. Grayscale: #B7B7B7. Windows color (decimal): -4600011 or 3526585. OLE color: 3526585.
HSL color Cylindrical-coordinate representation of color #B9CF35: hue angle of 68.57º degrees, saturation: 0.62, 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 #B9CF35 is Cyan = 0.11, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 185 | 207 | 53 | - |
| CMYK | 0.11 | 0 | 0.74 | 0.19 |
| HSL | 68.57º | 0.62% | 0.51% | - |
| HSV(B) | 68.57º | 0.74% | 0.81% | - |
| XYZ | 42.96 | 55.2 | 11.76 | - |
| YUV | 182.87 | 54.71 | 129.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 207 | 53 | 0.11 | 0 | 0.74 | 0.19 | 68.57 | 0.62 | 0.51 |
| Hex | B9 | CF | 35 | B | 0 | 4A | 13 | 45 | 3E | 33 |
| Octal | 271 | 317 | 65 | 13 | 0 | 112 | 23 | 105 | 76 | 63 |
| Binary | 10111001 | 11001111 | 110101 | 1011 | 0 | 1001010 | 10011 | 1000101 | 111110 | 110011 |
Color Harmonies of #B9CF35
Complementary color
Monochromatic Colors of #B9CF35
Black with #B9CF35
Text Example
Text Example
White with #B9CF35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9CF35; }
p { color: rgb(185,207,53); }
H1.HeaderClassName
{
color: #B9CF35;
}
.AnyTagClassName
{
color: #B9CF35;
}
</style>
background-color css
<style>
a { background-color: #B9CF35; }
a { background-color: rgb(185,207,53); }
div.DivClassName
{
background-color: #B9CF35;
}
.BgClassName
{
background-color: #B9CF35;
}
</style>
border-color css
<style>
span { border-color: #B9CF35; }
span { border-color: rgb(185,207,53); }
td.TdClassName
{
border-color: #B9CF35;
}
.TagClassName
{
border-color: #B9CF35;
}
</style>