Shades of Fuego #B9CE37
Tints of Fuego #B9CE37
RGB
CMYK
RGB Variations
Color information
#B9CE37 (or 0xB9CE37) is known color: Fuego. HEX triplet: B9, CE and 37. RGB value is (185,206,55). Sum of RGB (Red+Green+Blue) = 185+206+55=446 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.48% from 446); Green value is 206 (80.86% from 255 or 46.19% from 446); Blue value is 55 (21.88% from 255 or 12.33% from 446); Max value from RGB is 206 - color contains mainly: green. Hex color #B9CE37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9CE37 is #4631C8. Grayscale: #B7B7B7. Windows color (decimal): -4600265 or 3657401. OLE color: 3657401.
HSL color Cylindrical-coordinate representation of color #B9CE37: hue angle of 68.34º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B9CE37 is Cyan = 0.10, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 185 | 206 | 55 | - |
| CMYK | 0.10 | 0 | 0.73 | 0.19 |
| HSL | 68.34º | 0.61% | 0.51% | - |
| HSV(B) | 68.34º | 0.73% | 0.81% | - |
| XYZ | 42.77 | 54.73 | 11.92 | - |
| YUV | 182.51 | 56.04 | 129.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 206 | 55 | 0.10 | 0 | 0.73 | 0.19 | 68.34 | 0.61 | 0.51 |
| Hex | B9 | CE | 37 | A | 0 | 49 | 13 | 44 | 3D | 33 |
| Octal | 271 | 316 | 67 | 12 | 0 | 111 | 23 | 104 | 75 | 63 |
| Binary | 10111001 | 11001110 | 110111 | 1010 | 0 | 1001001 | 10011 | 1000100 | 111101 | 110011 |
Color Harmonies of #B9CE37
Complementary color
Monochromatic Colors of #B9CE37
Black with #B9CE37
Text Example
Text Example
White with #B9CE37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9CE37; }
p { color: rgb(185,206,55); }
H1.HeaderClassName
{
color: #B9CE37;
}
.AnyTagClassName
{
color: #B9CE37;
}
</style>
background-color css
<style>
a { background-color: #B9CE37; }
a { background-color: rgb(185,206,55); }
div.DivClassName
{
background-color: #B9CE37;
}
.BgClassName
{
background-color: #B9CE37;
}
</style>
border-color css
<style>
span { border-color: #B9CE37; }
span { border-color: rgb(185,206,55); }
td.TdClassName
{
border-color: #B9CE37;
}
.TagClassName
{
border-color: #B9CE37;
}
</style>