Shades of Fuego #BAD521
Tints of Fuego #BAD521
RGB
CMYK
RGB Variations
Color information
#BAD521 (or 0xBAD521) is known color: Fuego. HEX triplet: BA, D5 and 21. RGB value is (186,213,33). Sum of RGB (Red+Green+Blue) = 186+213+33=432 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.06% from 432); Green value is 213 (83.59% from 255 or 49.31% from 432); Blue value is 33 (13.28% from 255 or 7.64% from 432); Max value from RGB is 213 - color contains mainly: green. Hex color #BAD521 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAD521 is #452ADE. Grayscale: #B9B9B9. Windows color (decimal): -4532959 or 2217402. OLE color: 2217402.
HSL color Cylindrical-coordinate representation of color #BAD521: hue angle of 69º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BAD521 is Cyan = 0.13, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 186 | 213 | 33 | - |
| CMYK | 0.13 | 0 | 0.85 | 0.16 |
| HSL | 69º | 0.73% | 0.48% | - |
| HSV(B) | 69º | 0.85% | 0.84% | - |
| XYZ | 44.32 | 58.14 | 10.32 | - |
| YUV | 184.41 | 42.55 | 129.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 213 | 33 | 0.13 | 0 | 0.85 | 0.16 | 69 | 0.73 | 0.48 |
| Hex | BA | D5 | 21 | D | 0 | 55 | 10 | 45 | 49 | 30 |
| Octal | 272 | 325 | 41 | 15 | 0 | 125 | 20 | 105 | 111 | 60 |
| Binary | 10111010 | 11010101 | 100001 | 1101 | 0 | 1010101 | 10000 | 1000101 | 1001001 | 110000 |
Color Harmonies of #BAD521
Complementary color
Monochromatic Colors of #BAD521
Black with #BAD521
Text Example
Text Example
White with #BAD521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD521; }
p { color: rgb(186,213,33); }
H1.HeaderClassName
{
color: #BAD521;
}
.AnyTagClassName
{
color: #BAD521;
}
</style>
background-color css
<style>
a { background-color: #BAD521; }
a { background-color: rgb(186,213,33); }
div.DivClassName
{
background-color: #BAD521;
}
.BgClassName
{
background-color: #BAD521;
}
</style>
border-color css
<style>
span { border-color: #BAD521; }
span { border-color: rgb(186,213,33); }
td.TdClassName
{
border-color: #BAD521;
}
.TagClassName
{
border-color: #BAD521;
}
</style>