Shades of Fuego #B9C837
Tints of Fuego #B9C837
RGB
CMYK
RGB Variations
Color information
#B9C837 (or 0xB9C837) is known color: Fuego. HEX triplet: B9, C8 and 37. RGB value is (185,200,55). Sum of RGB (Red+Green+Blue) = 185+200+55=440 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.05% from 440); Green value is 200 (78.52% from 255 or 45.45% from 440); Blue value is 55 (21.88% from 255 or 12.5% from 440); Max value from RGB is 200 - color contains mainly: green. Hex color #B9C837 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9C837 is #4637C8. Grayscale: #B3B3B3. Windows color (decimal): -4601801 or 3655865. OLE color: 3655865.
HSL color Cylindrical-coordinate representation of color #B9C837: hue angle of 66.21º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B9C837 is Cyan = 0.08, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 185 | 200 | 55 | - |
| CMYK | 0.08 | 0 | 0.72 | 0.22 |
| HSL | 66.21º | 0.57% | 0.5% | - |
| HSV(B) | 66.21º | 0.73% | 0.78% | - |
| XYZ | 41.35 | 51.9 | 11.45 | - |
| YUV | 178.99 | 58.03 | 132.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 200 | 55 | 0.08 | 0 | 0.72 | 0.22 | 66.21 | 0.57 | 0.5 |
| Hex | B9 | C8 | 37 | 8 | 0 | 48 | 16 | 42 | 39 | 32 |
| Octal | 271 | 310 | 67 | 10 | 0 | 110 | 26 | 102 | 71 | 62 |
| Binary | 10111001 | 11001000 | 110111 | 1000 | 0 | 1001000 | 10110 | 1000010 | 111001 | 110010 |
Color Harmonies of #B9C837
Complementary color
Monochromatic Colors of #B9C837
Black with #B9C837
Text Example
Text Example
White with #B9C837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C837; }
p { color: rgb(185,200,55); }
H1.HeaderClassName
{
color: #B9C837;
}
.AnyTagClassName
{
color: #B9C837;
}
</style>
background-color css
<style>
a { background-color: #B9C837; }
a { background-color: rgb(185,200,55); }
div.DivClassName
{
background-color: #B9C837;
}
.BgClassName
{
background-color: #B9C837;
}
</style>
border-color css
<style>
span { border-color: #B9C837; }
span { border-color: rgb(185,200,55); }
td.TdClassName
{
border-color: #B9C837;
}
.TagClassName
{
border-color: #B9C837;
}
</style>