Shades of Fuego #BADA20
Tints of Fuego #BADA20
RGB
CMYK
RGB Variations
Color information
#BADA20 (or 0xBADA20) is known color: Fuego. HEX triplet: BA, DA and 20. RGB value is (186,218,32). Sum of RGB (Red+Green+Blue) = 186+218+32=436 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.66% from 436); Green value is 218 (85.55% from 255 or 50% from 436); Blue value is 32 (12.89% from 255 or 7.34% from 436); Max value from RGB is 218 - color contains mainly: green. Hex color #BADA20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BADA20 is #4525DF. Grayscale: #BBBBBB. Windows color (decimal): -4531680 or 2153146. OLE color: 2153146.
HSL color Cylindrical-coordinate representation of color #BADA20: hue angle of 70.32º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BADA20 is Cyan = 0.15, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 218 | 32 | - |
| CMYK | 0.15 | 0 | 0.85 | 0.15 |
| HSL | 70.32º | 0.74% | 0.49% | - |
| HSV(B) | 70.32º | 0.85% | 0.85% | - |
| XYZ | 45.58 | 60.69 | 10.68 | - |
| YUV | 187.23 | 40.4 | 127.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 218 | 32 | 0.15 | 0 | 0.85 | 0.15 | 70.32 | 0.74 | 0.49 |
| Hex | BA | DA | 20 | F | 0 | 55 | F | 46 | 4A | 31 |
| Octal | 272 | 332 | 40 | 17 | 0 | 125 | 17 | 106 | 112 | 61 |
| Binary | 10111010 | 11011010 | 100000 | 1111 | 0 | 1010101 | 1111 | 1000110 | 1001010 | 110001 |
Color Harmonies of #BADA20
Complementary color
Monochromatic Colors of #BADA20
Black with #BADA20
Text Example
Text Example
White with #BADA20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADA20; }
p { color: rgb(186,218,32); }
H1.HeaderClassName
{
color: #BADA20;
}
.AnyTagClassName
{
color: #BADA20;
}
</style>
background-color css
<style>
a { background-color: #BADA20; }
a { background-color: rgb(186,218,32); }
div.DivClassName
{
background-color: #BADA20;
}
.BgClassName
{
background-color: #BADA20;
}
</style>
border-color css
<style>
span { border-color: #BADA20; }
span { border-color: rgb(186,218,32); }
td.TdClassName
{
border-color: #BADA20;
}
.TagClassName
{
border-color: #BADA20;
}
</style>