Shades of Fuego #B9D72C
Tints of Fuego #B9D72C
RGB
CMYK
RGB Variations
Color information
#B9D72C (or 0xB9D72C) is known color: Fuego. HEX triplet: B9, D7 and 2C. RGB value is (185,215,44). Sum of RGB (Red+Green+Blue) = 185+215+44=444 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.67% from 444); Green value is 215 (84.38% from 255 or 48.42% from 444); Blue value is 44 (17.58% from 255 or 9.91% from 444); Max value from RGB is 215 - color contains mainly: green. Hex color #B9D72C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9D72C is #4628D3. Grayscale: #BBBBBB. Windows color (decimal): -4597972 or 2938809. OLE color: 2938809.
HSL color Cylindrical-coordinate representation of color #B9D72C: hue angle of 70.53º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B9D72C is Cyan = 0.14, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 185 | 215 | 44 | - |
| CMYK | 0.14 | 0 | 0.80 | 0.16 |
| HSL | 70.53º | 0.68% | 0.51% | - |
| HSV(B) | 70.53º | 0.8% | 0.84% | - |
| XYZ | 44.76 | 59.1 | 11.43 | - |
| YUV | 186.54 | 47.56 | 126.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 215 | 44 | 0.14 | 0 | 0.80 | 0.16 | 70.53 | 0.68 | 0.51 |
| Hex | B9 | D7 | 2C | E | 0 | 50 | 10 | 47 | 44 | 33 |
| Octal | 271 | 327 | 54 | 16 | 0 | 120 | 20 | 107 | 104 | 63 |
| Binary | 10111001 | 11010111 | 101100 | 1110 | 0 | 1010000 | 10000 | 1000111 | 1000100 | 110011 |
Color Harmonies of #B9D72C
Complementary color
Monochromatic Colors of #B9D72C
Black with #B9D72C
Text Example
Text Example
White with #B9D72C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9D72C; }
p { color: rgb(185,215,44); }
H1.HeaderClassName
{
color: #B9D72C;
}
.AnyTagClassName
{
color: #B9D72C;
}
</style>
background-color css
<style>
a { background-color: #B9D72C; }
a { background-color: rgb(185,215,44); }
div.DivClassName
{
background-color: #B9D72C;
}
.BgClassName
{
background-color: #B9D72C;
}
</style>
border-color css
<style>
span { border-color: #B9D72C; }
span { border-color: rgb(185,215,44); }
td.TdClassName
{
border-color: #B9D72C;
}
.TagClassName
{
border-color: #B9D72C;
}
</style>