Shades of Fuego #BADA24
Tints of Fuego #BADA24
RGB
CMYK
RGB Variations
Color information
#BADA24 (or 0xBADA24) is known color: Fuego. HEX triplet: BA, DA and 24. RGB value is (186,218,36). Sum of RGB (Red+Green+Blue) = 186+218+36=440 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.27% from 440); Green value is 218 (85.55% from 255 or 49.55% from 440); Blue value is 36 (14.45% from 255 or 8.18% from 440); Max value from RGB is 218 - color contains mainly: green. Hex color #BADA24 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BADA24 is #4525DB. Grayscale: #BCBCBC. Windows color (decimal): -4531676 or 2415290. OLE color: 2415290.
HSL color Cylindrical-coordinate representation of color #BADA24: hue angle of 70.55º 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 #BADA24 is Cyan = 0.15, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 218 | 36 | - |
| CMYK | 0.15 | 0 | 0.83 | 0.15 |
| HSL | 70.55º | 0.72% | 0.5% | - |
| HSV(B) | 70.55º | 0.83% | 0.85% | - |
| XYZ | 45.64 | 60.71 | 10.98 | - |
| YUV | 187.68 | 42.4 | 126.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 218 | 36 | 0.15 | 0 | 0.83 | 0.15 | 70.55 | 0.72 | 0.5 |
| Hex | BA | DA | 24 | F | 0 | 53 | F | 47 | 48 | 32 |
| Octal | 272 | 332 | 44 | 17 | 0 | 123 | 17 | 107 | 110 | 62 |
| Binary | 10111010 | 11011010 | 100100 | 1111 | 0 | 1010011 | 1111 | 1000111 | 1001000 | 110010 |
Color Harmonies of #BADA24
Complementary color
Monochromatic Colors of #BADA24
Black with #BADA24
Text Example
Text Example
White with #BADA24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADA24; }
p { color: rgb(186,218,36); }
H1.HeaderClassName
{
color: #BADA24;
}
.AnyTagClassName
{
color: #BADA24;
}
</style>
background-color css
<style>
a { background-color: #BADA24; }
a { background-color: rgb(186,218,36); }
div.DivClassName
{
background-color: #BADA24;
}
.BgClassName
{
background-color: #BADA24;
}
</style>
border-color css
<style>
span { border-color: #BADA24; }
span { border-color: rgb(186,218,36); }
td.TdClassName
{
border-color: #BADA24;
}
.TagClassName
{
border-color: #BADA24;
}
</style>