Shades of Fuego #BAD828
Tints of Fuego #BAD828
RGB
CMYK
RGB Variations
Color information
#BAD828 (or 0xBAD828) is known color: Fuego. HEX triplet: BA, D8 and 28. RGB value is (186,216,40). Sum of RGB (Red+Green+Blue) = 186+216+40=442 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.08% from 442); Green value is 216 (84.77% from 255 or 48.87% from 442); Blue value is 40 (16.02% from 255 or 9.05% from 442); Max value from RGB is 216 - color contains mainly: green. Hex color #BAD828 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAD828 is #4527D7. Grayscale: #BBBBBB. Windows color (decimal): -4532184 or 2676922. OLE color: 2676922.
HSL color Cylindrical-coordinate representation of color #BAD828: hue angle of 70.23º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BAD828 is Cyan = 0.14, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 216 | 40 | - |
| CMYK | 0.14 | 0 | 0.81 | 0.15 |
| HSL | 70.23º | 0.69% | 0.5% | - |
| HSV(B) | 70.23º | 0.81% | 0.85% | - |
| XYZ | 45.19 | 59.7 | 11.15 | - |
| YUV | 186.97 | 45.06 | 127.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 216 | 40 | 0.14 | 0 | 0.81 | 0.15 | 70.23 | 0.69 | 0.5 |
| Hex | BA | D8 | 28 | E | 0 | 51 | F | 46 | 45 | 32 |
| Octal | 272 | 330 | 50 | 16 | 0 | 121 | 17 | 106 | 105 | 62 |
| Binary | 10111010 | 11011000 | 101000 | 1110 | 0 | 1010001 | 1111 | 1000110 | 1000101 | 110010 |
Color Harmonies of #BAD828
Complementary color
Monochromatic Colors of #BAD828
Black with #BAD828
Text Example
Text Example
White with #BAD828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD828; }
p { color: rgb(186,216,40); }
H1.HeaderClassName
{
color: #BAD828;
}
.AnyTagClassName
{
color: #BAD828;
}
</style>
background-color css
<style>
a { background-color: #BAD828; }
a { background-color: rgb(186,216,40); }
div.DivClassName
{
background-color: #BAD828;
}
.BgClassName
{
background-color: #BAD828;
}
</style>
border-color css
<style>
span { border-color: #BAD828; }
span { border-color: rgb(186,216,40); }
td.TdClassName
{
border-color: #BAD828;
}
.TagClassName
{
border-color: #BAD828;
}
</style>