Shades of Fuego #B9D82C
Tints of Fuego #B9D82C
RGB
CMYK
RGB Variations
Color information
#B9D82C (or 0xB9D82C) is known color: Fuego. HEX triplet: B9, D8 and 2C. RGB value is (185,216,44). Sum of RGB (Red+Green+Blue) = 185+216+44=445 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.57% from 445); Green value is 216 (84.77% from 255 or 48.54% from 445); Blue value is 44 (17.58% from 255 or 9.89% from 445); Max value from RGB is 216 - color contains mainly: green. Hex color #B9D82C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9D82C is #4627D3. Grayscale: #BBBBBB. Windows color (decimal): -4597716 or 2939065. OLE color: 2939065.
HSL color Cylindrical-coordinate representation of color #B9D82C: hue angle of 70.81º 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 #B9D82C is Cyan = 0.14, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 185 | 216 | 44 | - |
| CMYK | 0.14 | 0 | 0.80 | 0.15 |
| HSL | 70.81º | 0.69% | 0.51% | - |
| HSV(B) | 70.81º | 0.8% | 0.85% | - |
| XYZ | 45.02 | 59.61 | 11.52 | - |
| YUV | 187.12 | 47.23 | 126.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 216 | 44 | 0.14 | 0 | 0.80 | 0.15 | 70.81 | 0.69 | 0.51 |
| Hex | B9 | D8 | 2C | E | 0 | 50 | F | 47 | 45 | 33 |
| Octal | 271 | 330 | 54 | 16 | 0 | 120 | 17 | 107 | 105 | 63 |
| Binary | 10111001 | 11011000 | 101100 | 1110 | 0 | 1010000 | 1111 | 1000111 | 1000101 | 110011 |
Color Harmonies of #B9D82C
Complementary color
Monochromatic Colors of #B9D82C
Black with #B9D82C
Text Example
Text Example
White with #B9D82C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9D82C; }
p { color: rgb(185,216,44); }
H1.HeaderClassName
{
color: #B9D82C;
}
.AnyTagClassName
{
color: #B9D82C;
}
</style>
background-color css
<style>
a { background-color: #B9D82C; }
a { background-color: rgb(185,216,44); }
div.DivClassName
{
background-color: #B9D82C;
}
.BgClassName
{
background-color: #B9D82C;
}
</style>
border-color css
<style>
span { border-color: #B9D82C; }
span { border-color: rgb(185,216,44); }
td.TdClassName
{
border-color: #B9D82C;
}
.TagClassName
{
border-color: #B9D82C;
}
</style>