Shades of Fuego #B9D92C
Tints of Fuego #B9D92C
RGB
CMYK
RGB Variations
Color information
#B9D92C (or 0xB9D92C) is known color: Fuego. HEX triplet: B9, D9 and 2C. RGB value is (185,217,44). Sum of RGB (Red+Green+Blue) = 185+217+44=446 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.48% from 446); Green value is 217 (85.16% from 255 or 48.65% from 446); Blue value is 44 (17.58% from 255 or 9.87% from 446); Max value from RGB is 217 - color contains mainly: green. Hex color #B9D92C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9D92C is #4626D3. Grayscale: #BCBCBC. Windows color (decimal): -4597460 or 2939321. OLE color: 2939321.
HSL color Cylindrical-coordinate representation of color #B9D92C: hue angle of 71.1º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B9D92C is Cyan = 0.15, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 185 | 217 | 44 | - |
| CMYK | 0.15 | 0 | 0.80 | 0.15 |
| HSL | 71.1º | 0.69% | 0.51% | - |
| HSV(B) | 71.1º | 0.8% | 0.85% | - |
| XYZ | 45.28 | 60.12 | 11.6 | - |
| YUV | 187.71 | 46.9 | 126.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 217 | 44 | 0.15 | 0 | 0.80 | 0.15 | 71.1 | 0.69 | 0.51 |
| Hex | B9 | D9 | 2C | F | 0 | 50 | F | 47 | 45 | 33 |
| Octal | 271 | 331 | 54 | 17 | 0 | 120 | 17 | 107 | 105 | 63 |
| Binary | 10111001 | 11011001 | 101100 | 1111 | 0 | 1010000 | 1111 | 1000111 | 1000101 | 110011 |
Color Harmonies of #B9D92C
Complementary color
Monochromatic Colors of #B9D92C
Black with #B9D92C
Text Example
Text Example
White with #B9D92C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9D92C; }
p { color: rgb(185,217,44); }
H1.HeaderClassName
{
color: #B9D92C;
}
.AnyTagClassName
{
color: #B9D92C;
}
</style>
background-color css
<style>
a { background-color: #B9D92C; }
a { background-color: rgb(185,217,44); }
div.DivClassName
{
background-color: #B9D92C;
}
.BgClassName
{
background-color: #B9D92C;
}
</style>
border-color css
<style>
span { border-color: #B9D92C; }
span { border-color: rgb(185,217,44); }
td.TdClassName
{
border-color: #B9D92C;
}
.TagClassName
{
border-color: #B9D92C;
}
</style>