Shades of Fuego #B9D524
Tints of Fuego #B9D524
RGB
CMYK
RGB Variations
Color information
#B9D524 (or 0xB9D524) is known color: Fuego. HEX triplet: B9, D5 and 24. RGB value is (185,213,36). Sum of RGB (Red+Green+Blue) = 185+213+36=434 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.63% from 434); Green value is 213 (83.59% from 255 or 49.08% from 434); Blue value is 36 (14.45% from 255 or 8.29% from 434); Max value from RGB is 213 - color contains mainly: green. Hex color #B9D524 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9D524 is #462ADB. Grayscale: #B9B9B9. Windows color (decimal): -4598492 or 2414009. OLE color: 2414009.
HSL color Cylindrical-coordinate representation of color #B9D524: hue angle of 69.49º 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 #B9D524 is Cyan = 0.13, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 185 | 213 | 36 | - |
| CMYK | 0.13 | 0 | 0.83 | 0.16 |
| HSL | 69.49º | 0.71% | 0.49% | - |
| HSV(B) | 69.49º | 0.83% | 0.84% | - |
| XYZ | 44.12 | 58.03 | 10.54 | - |
| YUV | 184.45 | 44.22 | 128.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 213 | 36 | 0.13 | 0 | 0.83 | 0.16 | 69.49 | 0.71 | 0.49 |
| Hex | B9 | D5 | 24 | D | 0 | 53 | 10 | 45 | 47 | 31 |
| Octal | 271 | 325 | 44 | 15 | 0 | 123 | 20 | 105 | 107 | 61 |
| Binary | 10111001 | 11010101 | 100100 | 1101 | 0 | 1010011 | 10000 | 1000101 | 1000111 | 110001 |
Color Harmonies of #B9D524
Complementary color
Monochromatic Colors of #B9D524
Black with #B9D524
Text Example
Text Example
White with #B9D524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9D524; }
p { color: rgb(185,213,36); }
H1.HeaderClassName
{
color: #B9D524;
}
.AnyTagClassName
{
color: #B9D524;
}
</style>
background-color css
<style>
a { background-color: #B9D524; }
a { background-color: rgb(185,213,36); }
div.DivClassName
{
background-color: #B9D524;
}
.BgClassName
{
background-color: #B9D524;
}
</style>
border-color css
<style>
span { border-color: #B9D524; }
span { border-color: rgb(185,213,36); }
td.TdClassName
{
border-color: #B9D524;
}
.TagClassName
{
border-color: #B9D524;
}
</style>