Shades of Fuego #BAD223
Tints of Fuego #BAD223
RGB
CMYK
RGB Variations
Color information
#BAD223 (or 0xBAD223) is known color: Fuego. HEX triplet: BA, D2 and 23. RGB value is (186,210,35). Sum of RGB (Red+Green+Blue) = 186+210+35=431 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.16% from 431); Green value is 210 (82.42% from 255 or 48.72% from 431); Blue value is 35 (14.06% from 255 or 8.12% from 431); Max value from RGB is 210 - color contains mainly: green. Hex color #BAD223 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAD223 is #452DDC. Grayscale: #B7B7B7. Windows color (decimal): -4533725 or 2347706. OLE color: 2347706.
HSL color Cylindrical-coordinate representation of color #BAD223: hue angle of 68.23º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BAD223 is Cyan = 0.11, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 186 | 210 | 35 | - |
| CMYK | 0.11 | 0 | 0.83 | 0.18 |
| HSL | 68.23º | 0.71% | 0.48% | - |
| HSV(B) | 68.23º | 0.83% | 0.82% | - |
| XYZ | 43.6 | 56.65 | 10.23 | - |
| YUV | 182.87 | 44.55 | 130.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 210 | 35 | 0.11 | 0 | 0.83 | 0.18 | 68.23 | 0.71 | 0.48 |
| Hex | BA | D2 | 23 | B | 0 | 53 | 12 | 44 | 47 | 30 |
| Octal | 272 | 322 | 43 | 13 | 0 | 123 | 22 | 104 | 107 | 60 |
| Binary | 10111010 | 11010010 | 100011 | 1011 | 0 | 1010011 | 10010 | 1000100 | 1000111 | 110000 |
Color Harmonies of #BAD223
Complementary color
Monochromatic Colors of #BAD223
Black with #BAD223
Text Example
Text Example
White with #BAD223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD223; }
p { color: rgb(186,210,35); }
H1.HeaderClassName
{
color: #BAD223;
}
.AnyTagClassName
{
color: #BAD223;
}
</style>
background-color css
<style>
a { background-color: #BAD223; }
a { background-color: rgb(186,210,35); }
div.DivClassName
{
background-color: #BAD223;
}
.BgClassName
{
background-color: #BAD223;
}
</style>
border-color css
<style>
span { border-color: #BAD223; }
span { border-color: rgb(186,210,35); }
td.TdClassName
{
border-color: #BAD223;
}
.TagClassName
{
border-color: #BAD223;
}
</style>