Shades of Fuego #B9D624
Tints of Fuego #B9D624
RGB
CMYK
RGB Variations
Color information
#B9D624 (or 0xB9D624) is known color: Fuego. HEX triplet: B9, D6 and 24. RGB value is (185,214,36). Sum of RGB (Red+Green+Blue) = 185+214+36=435 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.53% from 435); Green value is 214 (83.98% from 255 or 49.20% from 435); Blue value is 36 (14.45% from 255 or 8.28% from 435); Max value from RGB is 214 - color contains mainly: green. Hex color #B9D624 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9D624 is #4629DB. Grayscale: #B9B9B9. Windows color (decimal): -4598236 or 2414265. OLE color: 2414265.
HSL color Cylindrical-coordinate representation of color #B9D624: hue angle of 69.78º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B9D624 is Cyan = 0.14, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 185 | 214 | 36 | - |
| CMYK | 0.14 | 0 | 0.83 | 0.16 |
| HSL | 69.78º | 0.71% | 0.49% | - |
| HSV(B) | 69.78º | 0.83% | 0.84% | - |
| XYZ | 44.37 | 58.53 | 10.63 | - |
| YUV | 185.04 | 43.89 | 127.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 214 | 36 | 0.14 | 0 | 0.83 | 0.16 | 69.78 | 0.71 | 0.49 |
| Hex | B9 | D6 | 24 | E | 0 | 53 | 10 | 46 | 47 | 31 |
| Octal | 271 | 326 | 44 | 16 | 0 | 123 | 20 | 106 | 107 | 61 |
| Binary | 10111001 | 11010110 | 100100 | 1110 | 0 | 1010011 | 10000 | 1000110 | 1000111 | 110001 |
Color Harmonies of #B9D624
Complementary color
Monochromatic Colors of #B9D624
Black with #B9D624
Text Example
Text Example
White with #B9D624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9D624; }
p { color: rgb(185,214,36); }
H1.HeaderClassName
{
color: #B9D624;
}
.AnyTagClassName
{
color: #B9D624;
}
</style>
background-color css
<style>
a { background-color: #B9D624; }
a { background-color: rgb(185,214,36); }
div.DivClassName
{
background-color: #B9D624;
}
.BgClassName
{
background-color: #B9D624;
}
</style>
border-color css
<style>
span { border-color: #B9D624; }
span { border-color: rgb(185,214,36); }
td.TdClassName
{
border-color: #B9D624;
}
.TagClassName
{
border-color: #B9D624;
}
</style>