Shades of Fuego #B9D92A
Tints of Fuego #B9D92A
RGB
CMYK
RGB Variations
Color information
#B9D92A (or 0xB9D92A) is known color: Fuego. HEX triplet: B9, D9 and 2A. RGB value is (185,217,42). Sum of RGB (Red+Green+Blue) = 185+217+42=444 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.67% from 444); Green value is 217 (85.16% from 255 or 48.87% from 444); Blue value is 42 (16.80% from 255 or 9.46% from 444); Max value from RGB is 217 - color contains mainly: green. Hex color #B9D92A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9D92A is #4626D5. Grayscale: #BCBCBC. Windows color (decimal): -4597462 or 2808249. OLE color: 2808249.
HSL color Cylindrical-coordinate representation of color #B9D92A: hue angle of 70.97º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B9D92A is Cyan = 0.15, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 185 | 217 | 42 | - |
| CMYK | 0.15 | 0 | 0.81 | 0.15 |
| HSL | 70.97º | 0.7% | 0.51% | - |
| HSV(B) | 70.97º | 0.81% | 0.85% | - |
| XYZ | 45.24 | 60.11 | 11.41 | - |
| YUV | 187.48 | 45.9 | 126.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 217 | 42 | 0.15 | 0 | 0.81 | 0.15 | 70.97 | 0.7 | 0.51 |
| Hex | B9 | D9 | 2A | F | 0 | 51 | F | 47 | 46 | 33 |
| Octal | 271 | 331 | 52 | 17 | 0 | 121 | 17 | 107 | 106 | 63 |
| Binary | 10111001 | 11011001 | 101010 | 1111 | 0 | 1010001 | 1111 | 1000111 | 1000110 | 110011 |
Color Harmonies of #B9D92A
Complementary color
Monochromatic Colors of #B9D92A
Black with #B9D92A
Text Example
Text Example
White with #B9D92A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9D92A; }
p { color: rgb(185,217,42); }
H1.HeaderClassName
{
color: #B9D92A;
}
.AnyTagClassName
{
color: #B9D92A;
}
</style>
background-color css
<style>
a { background-color: #B9D92A; }
a { background-color: rgb(185,217,42); }
div.DivClassName
{
background-color: #B9D92A;
}
.BgClassName
{
background-color: #B9D92A;
}
</style>
border-color css
<style>
span { border-color: #B9D92A; }
span { border-color: rgb(185,217,42); }
td.TdClassName
{
border-color: #B9D92A;
}
.TagClassName
{
border-color: #B9D92A;
}
</style>