Shades of Fuego #B9DC2C
Tints of Fuego #B9DC2C
RGB
CMYK
RGB Variations
Color information
#B9DC2C (or 0xB9DC2C) is known color: Fuego. HEX triplet: B9, DC and 2C. RGB value is (185,220,44). Sum of RGB (Red+Green+Blue) = 185+220+44=449 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.20% from 449); Green value is 220 (86.33% from 255 or 49.00% from 449); Blue value is 44 (17.58% from 255 or 9.80% from 449); Max value from RGB is 220 - color contains mainly: green. Hex color #B9DC2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9DC2C is #4623D3. Grayscale: #BEBEBE. Windows color (decimal): -4596692 or 2940089. OLE color: 2940089.
HSL color Cylindrical-coordinate representation of color #B9DC2C: hue angle of 71.93º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B9DC2C is Cyan = 0.16, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 185 | 220 | 44 | - |
| CMYK | 0.16 | 0 | 0.8 | 0.14 |
| HSL | 71.93º | 0.72% | 0.52% | - |
| HSV(B) | 71.93º | 0.8% | 0.86% | - |
| XYZ | 46.06 | 61.68 | 11.86 | - |
| YUV | 189.47 | 45.9 | 124.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 220 | 44 | 0.16 | 0 | 0.8 | 0.14 | 71.93 | 0.72 | 0.52 |
| Hex | B9 | DC | 2C | 10 | 0 | 50 | E | 48 | 48 | 34 |
| Octal | 271 | 334 | 54 | 20 | 0 | 120 | 16 | 110 | 110 | 64 |
| Binary | 10111001 | 11011100 | 101100 | 10000 | 0 | 1010000 | 1110 | 1001000 | 1001000 | 110100 |
Color Harmonies of #B9DC2C
Complementary color
Monochromatic Colors of #B9DC2C
Black with #B9DC2C
Text Example
Text Example
White with #B9DC2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9DC2C; }
p { color: rgb(185,220,44); }
H1.HeaderClassName
{
color: #B9DC2C;
}
.AnyTagClassName
{
color: #B9DC2C;
}
</style>
background-color css
<style>
a { background-color: #B9DC2C; }
a { background-color: rgb(185,220,44); }
div.DivClassName
{
background-color: #B9DC2C;
}
.BgClassName
{
background-color: #B9DC2C;
}
</style>
border-color css
<style>
span { border-color: #B9DC2C; }
span { border-color: rgb(185,220,44); }
td.TdClassName
{
border-color: #B9DC2C;
}
.TagClassName
{
border-color: #B9DC2C;
}
</style>