Shades of Fuego #BAD228
Tints of Fuego #BAD228
RGB
CMYK
RGB Variations
Color information
#BAD228 (or 0xBAD228) is known color: Fuego. HEX triplet: BA, D2 and 28. RGB value is (186,210,40). Sum of RGB (Red+Green+Blue) = 186+210+40=436 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.66% from 436); Green value is 210 (82.42% from 255 or 48.17% from 436); Blue value is 40 (16.02% from 255 or 9.17% from 436); Max value from RGB is 210 - color contains mainly: green. Hex color #BAD228 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAD228 is #452DD7. Grayscale: #B8B8B8. Windows color (decimal): -4533720 or 2675386. OLE color: 2675386.
HSL color Cylindrical-coordinate representation of color #BAD228: hue angle of 68.47º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BAD228 is Cyan = 0.11, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 186 | 210 | 40 | - |
| CMYK | 0.11 | 0 | 0.81 | 0.18 |
| HSL | 68.47º | 0.68% | 0.49% | - |
| HSV(B) | 68.47º | 0.81% | 0.82% | - |
| XYZ | 43.68 | 56.69 | 10.65 | - |
| YUV | 183.44 | 47.05 | 129.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 210 | 40 | 0.11 | 0 | 0.81 | 0.18 | 68.47 | 0.68 | 0.49 |
| Hex | BA | D2 | 28 | B | 0 | 51 | 12 | 44 | 44 | 31 |
| Octal | 272 | 322 | 50 | 13 | 0 | 121 | 22 | 104 | 104 | 61 |
| Binary | 10111010 | 11010010 | 101000 | 1011 | 0 | 1010001 | 10010 | 1000100 | 1000100 | 110001 |
Color Harmonies of #BAD228
Complementary color
Monochromatic Colors of #BAD228
Black with #BAD228
Text Example
Text Example
White with #BAD228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD228; }
p { color: rgb(186,210,40); }
H1.HeaderClassName
{
color: #BAD228;
}
.AnyTagClassName
{
color: #BAD228;
}
</style>
background-color css
<style>
a { background-color: #BAD228; }
a { background-color: rgb(186,210,40); }
div.DivClassName
{
background-color: #BAD228;
}
.BgClassName
{
background-color: #BAD228;
}
</style>
border-color css
<style>
span { border-color: #BAD228; }
span { border-color: rgb(186,210,40); }
td.TdClassName
{
border-color: #BAD228;
}
.TagClassName
{
border-color: #BAD228;
}
</style>