Shades of Fuego #BADA29
Tints of Fuego #BADA29
RGB
CMYK
RGB Variations
Color information
#BADA29 (or 0xBADA29) is known color: Fuego. HEX triplet: BA, DA and 29. RGB value is (186,218,41). Sum of RGB (Red+Green+Blue) = 186+218+41=445 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.80% from 445); Green value is 218 (85.55% from 255 or 48.99% from 445); Blue value is 41 (16.41% from 255 or 9.21% from 445); Max value from RGB is 218 - color contains mainly: green. Hex color #BADA29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BADA29 is #4525D6. Grayscale: #BCBCBC. Windows color (decimal): -4531671 or 2742970. OLE color: 2742970.
HSL color Cylindrical-coordinate representation of color #BADA29: hue angle of 70.85º degrees, saturation: 0.71, 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 #BADA29 is Cyan = 0.15, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 218 | 41 | - |
| CMYK | 0.15 | 0 | 0.81 | 0.15 |
| HSL | 70.85º | 0.71% | 0.51% | - |
| HSV(B) | 70.85º | 0.81% | 0.85% | - |
| XYZ | 45.72 | 60.74 | 11.41 | - |
| YUV | 188.25 | 44.9 | 126.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 218 | 41 | 0.15 | 0 | 0.81 | 0.15 | 70.85 | 0.71 | 0.51 |
| Hex | BA | DA | 29 | F | 0 | 51 | F | 47 | 47 | 33 |
| Octal | 272 | 332 | 51 | 17 | 0 | 121 | 17 | 107 | 107 | 63 |
| Binary | 10111010 | 11011010 | 101001 | 1111 | 0 | 1010001 | 1111 | 1000111 | 1000111 | 110011 |
Color Harmonies of #BADA29
Complementary color
Monochromatic Colors of #BADA29
Black with #BADA29
Text Example
Text Example
White with #BADA29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADA29; }
p { color: rgb(186,218,41); }
H1.HeaderClassName
{
color: #BADA29;
}
.AnyTagClassName
{
color: #BADA29;
}
</style>
background-color css
<style>
a { background-color: #BADA29; }
a { background-color: rgb(186,218,41); }
div.DivClassName
{
background-color: #BADA29;
}
.BgClassName
{
background-color: #BADA29;
}
</style>
border-color css
<style>
span { border-color: #BADA29; }
span { border-color: rgb(186,218,41); }
td.TdClassName
{
border-color: #BADA29;
}
.TagClassName
{
border-color: #BADA29;
}
</style>