Shades of Fuego #BAD229
Tints of Fuego #BAD229
RGB
CMYK
RGB Variations
Color information
#BAD229 (or 0xBAD229) is known color: Fuego. HEX triplet: BA, D2 and 29. RGB value is (186,210,41). Sum of RGB (Red+Green+Blue) = 186+210+41=437 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.56% from 437); Green value is 210 (82.42% from 255 or 48.05% from 437); Blue value is 41 (16.41% from 255 or 9.38% from 437); Max value from RGB is 210 - color contains mainly: green. Hex color #BAD229 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAD229 is #452DD6. Grayscale: #B8B8B8. Windows color (decimal): -4533719 or 2740922. OLE color: 2740922.
HSL color Cylindrical-coordinate representation of color #BAD229: hue angle of 68.52º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BAD229 is Cyan = 0.11, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 186 | 210 | 41 | - |
| CMYK | 0.11 | 0 | 0.80 | 0.18 |
| HSL | 68.52º | 0.67% | 0.49% | - |
| HSV(B) | 68.52º | 0.8% | 0.82% | - |
| XYZ | 43.7 | 56.69 | 10.74 | - |
| YUV | 183.56 | 47.55 | 129.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 210 | 41 | 0.11 | 0 | 0.80 | 0.18 | 68.52 | 0.67 | 0.49 |
| Hex | BA | D2 | 29 | B | 0 | 50 | 12 | 45 | 43 | 31 |
| Octal | 272 | 322 | 51 | 13 | 0 | 120 | 22 | 105 | 103 | 61 |
| Binary | 10111010 | 11010010 | 101001 | 1011 | 0 | 1010000 | 10010 | 1000101 | 1000011 | 110001 |
Color Harmonies of #BAD229
Complementary color
Monochromatic Colors of #BAD229
Black with #BAD229
Text Example
Text Example
White with #BAD229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD229; }
p { color: rgb(186,210,41); }
H1.HeaderClassName
{
color: #BAD229;
}
.AnyTagClassName
{
color: #BAD229;
}
</style>
background-color css
<style>
a { background-color: #BAD229; }
a { background-color: rgb(186,210,41); }
div.DivClassName
{
background-color: #BAD229;
}
.BgClassName
{
background-color: #BAD229;
}
</style>
border-color css
<style>
span { border-color: #BAD229; }
span { border-color: rgb(186,210,41); }
td.TdClassName
{
border-color: #BAD229;
}
.TagClassName
{
border-color: #BAD229;
}
</style>