Shades of Fuego #B9C231
Tints of Fuego #B9C231
RGB
CMYK
RGB Variations
Color information
#B9C231 (or 0xB9C231) is known color: Fuego. HEX triplet: B9, C2 and 31. RGB value is (185,194,49). Sum of RGB (Red+Green+Blue) = 185+194+49=428 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.22% from 428); Green value is 194 (76.17% from 255 or 45.33% from 428); Blue value is 49 (19.53% from 255 or 11.45% from 428); Max value from RGB is 194 - color contains mainly: green. Hex color #B9C231 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9C231 is #463DCE. Grayscale: #AFAFAF. Windows color (decimal): -4603343 or 3261113. OLE color: 3261113.
HSL color Cylindrical-coordinate representation of color #B9C231: hue angle of 63.72º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B9C231 is Cyan = 0.05, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 185 | 194 | 49 | - |
| CMYK | 0.05 | 0 | 0.75 | 0.24 |
| HSL | 63.72º | 0.6% | 0.48% | - |
| HSV(B) | 63.72º | 0.75% | 0.76% | - |
| XYZ | 39.85 | 49.12 | 10.29 | - |
| YUV | 174.78 | 57.02 | 135.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 194 | 49 | 0.05 | 0 | 0.75 | 0.24 | 63.72 | 0.6 | 0.48 |
| Hex | B9 | C2 | 31 | 5 | 0 | 4B | 18 | 40 | 3C | 30 |
| Octal | 271 | 302 | 61 | 5 | 0 | 113 | 30 | 100 | 74 | 60 |
| Binary | 10111001 | 11000010 | 110001 | 101 | 0 | 1001011 | 11000 | 1000000 | 111100 | 110000 |
Color Harmonies of #B9C231
Complementary color
Monochromatic Colors of #B9C231
Black with #B9C231
Text Example
Text Example
White with #B9C231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C231; }
p { color: rgb(185,194,49); }
H1.HeaderClassName
{
color: #B9C231;
}
.AnyTagClassName
{
color: #B9C231;
}
</style>
background-color css
<style>
a { background-color: #B9C231; }
a { background-color: rgb(185,194,49); }
div.DivClassName
{
background-color: #B9C231;
}
.BgClassName
{
background-color: #B9C231;
}
</style>
border-color css
<style>
span { border-color: #B9C231; }
span { border-color: rgb(185,194,49); }
td.TdClassName
{
border-color: #B9C231;
}
.TagClassName
{
border-color: #B9C231;
}
</style>