Shades of Fuego #BAD729
Tints of Fuego #BAD729
RGB
CMYK
RGB Variations
Color information
#BAD729 (or 0xBAD729) is known color: Fuego. HEX triplet: BA, D7 and 29. RGB value is (186,215,41). Sum of RGB (Red+Green+Blue) = 186+215+41=442 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.08% from 442); Green value is 215 (84.38% from 255 or 48.64% from 442); Blue value is 41 (16.41% from 255 or 9.28% from 442); Max value from RGB is 215 - color contains mainly: green. Hex color #BAD729 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAD729 is #4528D6. Grayscale: #BBBBBB. Windows color (decimal): -4532439 or 2742202. OLE color: 2742202.
HSL color Cylindrical-coordinate representation of color #BAD729: hue angle of 70º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BAD729 is Cyan = 0.13, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 186 | 215 | 41 | - |
| CMYK | 0.13 | 0 | 0.81 | 0.16 |
| HSL | 70º | 0.69% | 0.5% | - |
| HSV(B) | 70º | 0.81% | 0.84% | - |
| XYZ | 44.95 | 59.2 | 11.16 | - |
| YUV | 186.49 | 45.89 | 127.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 215 | 41 | 0.13 | 0 | 0.81 | 0.16 | 70 | 0.69 | 0.5 |
| Hex | BA | D7 | 29 | D | 0 | 51 | 10 | 46 | 45 | 32 |
| Octal | 272 | 327 | 51 | 15 | 0 | 121 | 20 | 106 | 105 | 62 |
| Binary | 10111010 | 11010111 | 101001 | 1101 | 0 | 1010001 | 10000 | 1000110 | 1000101 | 110010 |
Color Harmonies of #BAD729
Complementary color
Monochromatic Colors of #BAD729
Black with #BAD729
Text Example
Text Example
White with #BAD729
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD729; }
p { color: rgb(186,215,41); }
H1.HeaderClassName
{
color: #BAD729;
}
.AnyTagClassName
{
color: #BAD729;
}
</style>
background-color css
<style>
a { background-color: #BAD729; }
a { background-color: rgb(186,215,41); }
div.DivClassName
{
background-color: #BAD729;
}
.BgClassName
{
background-color: #BAD729;
}
</style>
border-color css
<style>
span { border-color: #BAD729; }
span { border-color: rgb(186,215,41); }
td.TdClassName
{
border-color: #BAD729;
}
.TagClassName
{
border-color: #BAD729;
}
</style>