Shades of Fuego #B9C92D
Tints of Fuego #B9C92D
RGB
CMYK
RGB Variations
Color information
#B9C92D (or 0xB9C92D) is known color: Fuego. HEX triplet: B9, C9 and 2D. RGB value is (185,201,45). Sum of RGB (Red+Green+Blue) = 185+201+45=431 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.92% from 431); Green value is 201 (78.91% from 255 or 46.64% from 431); Blue value is 45 (17.97% from 255 or 10.44% from 431); Max value from RGB is 201 - color contains mainly: green. Hex color #B9C92D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9C92D is #4636D2. Grayscale: #B3B3B3. Windows color (decimal): -4601555 or 3000761. OLE color: 3000761.
HSL color Cylindrical-coordinate representation of color #B9C92D: hue angle of 66.15º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B9C92D is Cyan = 0.08, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 185 | 201 | 45 | - |
| CMYK | 0.08 | 0 | 0.78 | 0.21 |
| HSL | 66.15º | 0.63% | 0.48% | - |
| HSV(B) | 66.15º | 0.78% | 0.79% | - |
| XYZ | 41.37 | 52.28 | 10.39 | - |
| YUV | 178.43 | 52.7 | 132.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 201 | 45 | 0.08 | 0 | 0.78 | 0.21 | 66.15 | 0.63 | 0.48 |
| Hex | B9 | C9 | 2D | 8 | 0 | 4E | 15 | 42 | 3F | 30 |
| Octal | 271 | 311 | 55 | 10 | 0 | 116 | 25 | 102 | 77 | 60 |
| Binary | 10111001 | 11001001 | 101101 | 1000 | 0 | 1001110 | 10101 | 1000010 | 111111 | 110000 |
Color Harmonies of #B9C92D
Complementary color
Monochromatic Colors of #B9C92D
Black with #B9C92D
Text Example
Text Example
White with #B9C92D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C92D; }
p { color: rgb(185,201,45); }
H1.HeaderClassName
{
color: #B9C92D;
}
.AnyTagClassName
{
color: #B9C92D;
}
</style>
background-color css
<style>
a { background-color: #B9C92D; }
a { background-color: rgb(185,201,45); }
div.DivClassName
{
background-color: #B9C92D;
}
.BgClassName
{
background-color: #B9C92D;
}
</style>
border-color css
<style>
span { border-color: #B9C92D; }
span { border-color: rgb(185,201,45); }
td.TdClassName
{
border-color: #B9C92D;
}
.TagClassName
{
border-color: #B9C92D;
}
</style>