Shades of Fuego #BAD924
Tints of Fuego #BAD924
RGB
CMYK
RGB Variations
Color information
#BAD924 (or 0xBAD924) is known color: Fuego. HEX triplet: BA, D9 and 24. RGB value is (186,217,36). Sum of RGB (Red+Green+Blue) = 186+217+36=439 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.37% from 439); Green value is 217 (85.16% from 255 or 49.43% from 439); Blue value is 36 (14.45% from 255 or 8.20% from 439); Max value from RGB is 217 - color contains mainly: green. Hex color #BAD924 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAD924 is #4526DB. Grayscale: #BBBBBB. Windows color (decimal): -4531932 or 2415034. OLE color: 2415034.
HSL color Cylindrical-coordinate representation of color #BAD924: hue angle of 70.28º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BAD924 is Cyan = 0.14, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 217 | 36 | - |
| CMYK | 0.14 | 0 | 0.83 | 0.15 |
| HSL | 70.28º | 0.72% | 0.5% | - |
| HSV(B) | 70.28º | 0.83% | 0.85% | - |
| XYZ | 45.38 | 60.19 | 10.9 | - |
| YUV | 187.1 | 42.73 | 127.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 217 | 36 | 0.14 | 0 | 0.83 | 0.15 | 70.28 | 0.72 | 0.5 |
| Hex | BA | D9 | 24 | E | 0 | 53 | F | 46 | 48 | 32 |
| Octal | 272 | 331 | 44 | 16 | 0 | 123 | 17 | 106 | 110 | 62 |
| Binary | 10111010 | 11011001 | 100100 | 1110 | 0 | 1010011 | 1111 | 1000110 | 1001000 | 110010 |
Color Harmonies of #BAD924
Complementary color
Monochromatic Colors of #BAD924
Black with #BAD924
Text Example
Text Example
White with #BAD924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD924; }
p { color: rgb(186,217,36); }
H1.HeaderClassName
{
color: #BAD924;
}
.AnyTagClassName
{
color: #BAD924;
}
</style>
background-color css
<style>
a { background-color: #BAD924; }
a { background-color: rgb(186,217,36); }
div.DivClassName
{
background-color: #BAD924;
}
.BgClassName
{
background-color: #BAD924;
}
</style>
border-color css
<style>
span { border-color: #BAD924; }
span { border-color: rgb(186,217,36); }
td.TdClassName
{
border-color: #BAD924;
}
.TagClassName
{
border-color: #BAD924;
}
</style>