Shades of Fuego #BADA2A
Tints of Fuego #BADA2A
RGB
CMYK
RGB Variations
Color information
#BADA2A (or 0xBADA2A) is known color: Fuego. HEX triplet: BA, DA and 2A. RGB value is (186,218,42). Sum of RGB (Red+Green+Blue) = 186+218+42=446 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.70% from 446); Green value is 218 (85.55% from 255 or 48.88% from 446); Blue value is 42 (16.80% from 255 or 9.42% from 446); Max value from RGB is 218 - color contains mainly: green. Hex color #BADA2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BADA2A is #4525D5. Grayscale: #BDBDBD. Windows color (decimal): -4531670 or 2808506. OLE color: 2808506.
HSL color Cylindrical-coordinate representation of color #BADA2A: hue angle of 70.91º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BADA2A is Cyan = 0.15, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 218 | 42 | - |
| CMYK | 0.15 | 0 | 0.81 | 0.15 |
| HSL | 70.91º | 0.7% | 0.51% | - |
| HSV(B) | 70.91º | 0.81% | 0.85% | - |
| XYZ | 45.74 | 60.75 | 11.51 | - |
| YUV | 188.37 | 45.4 | 126.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 218 | 42 | 0.15 | 0 | 0.81 | 0.15 | 70.91 | 0.7 | 0.51 |
| Hex | BA | DA | 2A | F | 0 | 51 | F | 47 | 46 | 33 |
| Octal | 272 | 332 | 52 | 17 | 0 | 121 | 17 | 107 | 106 | 63 |
| Binary | 10111010 | 11011010 | 101010 | 1111 | 0 | 1010001 | 1111 | 1000111 | 1000110 | 110011 |
Color Harmonies of #BADA2A
Complementary color
Monochromatic Colors of #BADA2A
Black with #BADA2A
Text Example
Text Example
White with #BADA2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADA2A; }
p { color: rgb(186,218,42); }
H1.HeaderClassName
{
color: #BADA2A;
}
.AnyTagClassName
{
color: #BADA2A;
}
</style>
background-color css
<style>
a { background-color: #BADA2A; }
a { background-color: rgb(186,218,42); }
div.DivClassName
{
background-color: #BADA2A;
}
.BgClassName
{
background-color: #BADA2A;
}
</style>
border-color css
<style>
span { border-color: #BADA2A; }
span { border-color: rgb(186,218,42); }
td.TdClassName
{
border-color: #BADA2A;
}
.TagClassName
{
border-color: #BADA2A;
}
</style>