Shades of Fuego #B9DC28
Tints of Fuego #B9DC28
RGB
CMYK
RGB Variations
Color information
#B9DC28 (or 0xB9DC28) is known color: Fuego. HEX triplet: B9, DC and 28. RGB value is (185,220,40). Sum of RGB (Red+Green+Blue) = 185+220+40=445 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.57% from 445); Green value is 220 (86.33% from 255 or 49.44% from 445); Blue value is 40 (16.02% from 255 or 8.99% from 445); Max value from RGB is 220 - color contains mainly: green. Hex color #B9DC28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9DC28 is #4623D7. Grayscale: #BDBDBD. Windows color (decimal): -4596696 or 2677945. OLE color: 2677945.
HSL color Cylindrical-coordinate representation of color #B9DC28: hue angle of 71.67º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B9DC28 is Cyan = 0.16, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 185 | 220 | 40 | - |
| CMYK | 0.16 | 0 | 0.82 | 0.14 |
| HSL | 71.67º | 0.72% | 0.51% | - |
| HSV(B) | 71.67º | 0.82% | 0.86% | - |
| XYZ | 45.98 | 61.65 | 11.48 | - |
| YUV | 189.02 | 43.9 | 125.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 220 | 40 | 0.16 | 0 | 0.82 | 0.14 | 71.67 | 0.72 | 0.51 |
| Hex | B9 | DC | 28 | 10 | 0 | 52 | E | 48 | 48 | 33 |
| Octal | 271 | 334 | 50 | 20 | 0 | 122 | 16 | 110 | 110 | 63 |
| Binary | 10111001 | 11011100 | 101000 | 10000 | 0 | 1010010 | 1110 | 1001000 | 1001000 | 110011 |
Color Harmonies of #B9DC28
Complementary color
Monochromatic Colors of #B9DC28
Black with #B9DC28
Text Example
Text Example
White with #B9DC28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9DC28; }
p { color: rgb(185,220,40); }
H1.HeaderClassName
{
color: #B9DC28;
}
.AnyTagClassName
{
color: #B9DC28;
}
</style>
background-color css
<style>
a { background-color: #B9DC28; }
a { background-color: rgb(185,220,40); }
div.DivClassName
{
background-color: #B9DC28;
}
.BgClassName
{
background-color: #B9DC28;
}
</style>
border-color css
<style>
span { border-color: #B9DC28; }
span { border-color: rgb(185,220,40); }
td.TdClassName
{
border-color: #B9DC28;
}
.TagClassName
{
border-color: #B9DC28;
}
</style>