Shades of Fuego #B9C033
Tints of Fuego #B9C033
RGB
CMYK
RGB Variations
Color information
#B9C033 (or 0xB9C033) is known color: Fuego. HEX triplet: B9, C0 and 33. RGB value is (185,192,51). Sum of RGB (Red+Green+Blue) = 185+192+51=428 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.22% from 428); Green value is 192 (75.39% from 255 or 44.86% from 428); Blue value is 51 (20.31% from 255 or 11.92% from 428); Max value from RGB is 192 - color contains mainly: green. Hex color #B9C033 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9C033 is #463FCC. Grayscale: #AEAEAE. Windows color (decimal): -4603853 or 3391673. OLE color: 3391673.
HSL color Cylindrical-coordinate representation of color #B9C033: hue angle of 62.98º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B9C033 is Cyan = 0.04, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 185 | 192 | 51 | - |
| CMYK | 0.04 | 0 | 0.73 | 0.25 |
| HSL | 62.98º | 0.58% | 0.48% | - |
| HSV(B) | 62.98º | 0.73% | 0.75% | - |
| XYZ | 39.45 | 48.25 | 10.37 | - |
| YUV | 173.83 | 58.68 | 135.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 192 | 51 | 0.04 | 0 | 0.73 | 0.25 | 62.98 | 0.58 | 0.48 |
| Hex | B9 | C0 | 33 | 4 | 0 | 49 | 19 | 3F | 3A | 30 |
| Octal | 271 | 300 | 63 | 4 | 0 | 111 | 31 | 77 | 72 | 60 |
| Binary | 10111001 | 11000000 | 110011 | 100 | 0 | 1001001 | 11001 | 111111 | 111010 | 110000 |
Color Harmonies of #B9C033
Complementary color
Monochromatic Colors of #B9C033
Black with #B9C033
Text Example
Text Example
White with #B9C033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C033; }
p { color: rgb(185,192,51); }
H1.HeaderClassName
{
color: #B9C033;
}
.AnyTagClassName
{
color: #B9C033;
}
</style>
background-color css
<style>
a { background-color: #B9C033; }
a { background-color: rgb(185,192,51); }
div.DivClassName
{
background-color: #B9C033;
}
.BgClassName
{
background-color: #B9C033;
}
</style>
border-color css
<style>
span { border-color: #B9C033; }
span { border-color: rgb(185,192,51); }
td.TdClassName
{
border-color: #B9C033;
}
.TagClassName
{
border-color: #B9C033;
}
</style>