Shades of Fuego #B9CC36
Tints of Fuego #B9CC36
RGB
CMYK
RGB Variations
Color information
#B9CC36 (or 0xB9CC36) is known color: Fuego. HEX triplet: B9, CC and 36. RGB value is (185,204,54). Sum of RGB (Red+Green+Blue) = 185+204+54=443 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.76% from 443); Green value is 204 (80.08% from 255 or 46.05% from 443); Blue value is 54 (21.48% from 255 or 12.19% from 443); Max value from RGB is 204 - color contains mainly: green. Hex color #B9CC36 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9CC36 is #4633C9. Grayscale: #B5B5B5. Windows color (decimal): -4600778 or 3591353. OLE color: 3591353.
HSL color Cylindrical-coordinate representation of color #B9CC36: hue angle of 67.6º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B9CC36 is Cyan = 0.09, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 185 | 204 | 54 | - |
| CMYK | 0.09 | 0 | 0.74 | 0.2 |
| HSL | 67.6º | 0.6% | 0.51% | - |
| HSV(B) | 67.6º | 0.74% | 0.8% | - |
| XYZ | 42.27 | 53.77 | 11.64 | - |
| YUV | 181.22 | 56.21 | 130.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 204 | 54 | 0.09 | 0 | 0.74 | 0.2 | 67.6 | 0.6 | 0.51 |
| Hex | B9 | CC | 36 | 9 | 0 | 4A | 14 | 44 | 3C | 33 |
| Octal | 271 | 314 | 66 | 11 | 0 | 112 | 24 | 104 | 74 | 63 |
| Binary | 10111001 | 11001100 | 110110 | 1001 | 0 | 1001010 | 10100 | 1000100 | 111100 | 110011 |
Color Harmonies of #B9CC36
Complementary color
Monochromatic Colors of #B9CC36
Black with #B9CC36
Text Example
Text Example
White with #B9CC36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9CC36; }
p { color: rgb(185,204,54); }
H1.HeaderClassName
{
color: #B9CC36;
}
.AnyTagClassName
{
color: #B9CC36;
}
</style>
background-color css
<style>
a { background-color: #B9CC36; }
a { background-color: rgb(185,204,54); }
div.DivClassName
{
background-color: #B9CC36;
}
.BgClassName
{
background-color: #B9CC36;
}
</style>
border-color css
<style>
span { border-color: #B9CC36; }
span { border-color: rgb(185,204,54); }
td.TdClassName
{
border-color: #B9CC36;
}
.TagClassName
{
border-color: #B9CC36;
}
</style>