Shades of Fuego #B9DC21
Tints of Fuego #B9DC21
RGB
CMYK
RGB Variations
Color information
#B9DC21 (or 0xB9DC21) is known color: Fuego. HEX triplet: B9, DC and 21. RGB value is (185,220,33). Sum of RGB (Red+Green+Blue) = 185+220+33=438 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.24% from 438); Green value is 220 (86.33% from 255 or 50.23% from 438); Blue value is 33 (13.28% from 255 or 7.53% from 438); Max value from RGB is 220 - color contains mainly: green. Hex color #B9DC21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9DC21 is #4623DE. Grayscale: #BCBCBC. Windows color (decimal): -4596703 or 2219193. OLE color: 2219193.
HSL color Cylindrical-coordinate representation of color #B9DC21: hue angle of 71.23º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B9DC21 is Cyan = 0.16, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 185 | 220 | 33 | - |
| CMYK | 0.16 | 0 | 0.85 | 0.14 |
| HSL | 71.23º | 0.74% | 0.5% | - |
| HSV(B) | 71.23º | 0.85% | 0.86% | - |
| XYZ | 45.88 | 61.61 | 10.91 | - |
| YUV | 188.22 | 40.4 | 125.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 220 | 33 | 0.16 | 0 | 0.85 | 0.14 | 71.23 | 0.74 | 0.5 |
| Hex | B9 | DC | 21 | 10 | 0 | 55 | E | 47 | 4A | 32 |
| Octal | 271 | 334 | 41 | 20 | 0 | 125 | 16 | 107 | 112 | 62 |
| Binary | 10111001 | 11011100 | 100001 | 10000 | 0 | 1010101 | 1110 | 1000111 | 1001010 | 110010 |
Color Harmonies of #B9DC21
Complementary color
Monochromatic Colors of #B9DC21
Black with #B9DC21
Text Example
Text Example
White with #B9DC21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9DC21; }
p { color: rgb(185,220,33); }
H1.HeaderClassName
{
color: #B9DC21;
}
.AnyTagClassName
{
color: #B9DC21;
}
</style>
background-color css
<style>
a { background-color: #B9DC21; }
a { background-color: rgb(185,220,33); }
div.DivClassName
{
background-color: #B9DC21;
}
.BgClassName
{
background-color: #B9DC21;
}
</style>
border-color css
<style>
span { border-color: #B9DC21; }
span { border-color: rgb(185,220,33); }
td.TdClassName
{
border-color: #B9DC21;
}
.TagClassName
{
border-color: #B9DC21;
}
</style>