Shades of Pixie Green #BAD2A0
Tints of Pixie Green #BAD2A0
RGB
CMYK
RGB Variations
Color information
#BAD2A0 (or 0xBAD2A0) is known color: Pixie Green. HEX triplet: BA, D2 and A0. RGB value is (186,210,160). Sum of RGB (Red+Green+Blue) = 186+210+160=556 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.45% from 556); Green value is 210 (82.42% from 255 or 37.77% from 556); Blue value is 160 (62.89% from 255 or 28.78% from 556); Max value from RGB is 210 - color contains mainly: green. Hex color #BAD2A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAD2A0 is #452D5F. Grayscale: #C5C5C5. Windows color (decimal): -4533600 or 10539706. OLE color: 10539706.
HSL color Cylindrical-coordinate representation of color #BAD2A0: hue angle of 88.8º degrees, saturation: 0.36, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BAD2A0 is Cyan = 0.11, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 186 | 210 | 160 | - |
| CMYK | 0.11 | 0 | 0.24 | 0.18 |
| HSL | 88.8º | 0.36% | 0.73% | - |
| HSV(B) | 88.8º | 0.24% | 0.82% | - |
| XYZ | 49.64 | 59.07 | 42.04 | - |
| YUV | 197.12 | 107.05 | 120.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 210 | 160 | 0.11 | 0 | 0.24 | 0.18 | 88.8 | 0.36 | 0.73 |
| Hex | BA | D2 | A0 | B | 0 | 18 | 12 | 59 | 24 | 49 |
| Octal | 272 | 322 | 240 | 13 | 0 | 30 | 22 | 131 | 44 | 111 |
| Binary | 10111010 | 11010010 | 10100000 | 1011 | 0 | 11000 | 10010 | 1011001 | 100100 | 1001001 |
Color Harmonies of #BAD2A0
Complementary color
Monochromatic Colors of #BAD2A0
Black with #BAD2A0
Text Example
Text Example
White with #BAD2A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD2A0; }
p { color: rgb(186,210,160); }
H1.HeaderClassName
{
color: #BAD2A0;
}
.AnyTagClassName
{
color: #BAD2A0;
}
</style>
background-color css
<style>
a { background-color: #BAD2A0; }
a { background-color: rgb(186,210,160); }
div.DivClassName
{
background-color: #BAD2A0;
}
.BgClassName
{
background-color: #BAD2A0;
}
</style>
border-color css
<style>
span { border-color: #BAD2A0; }
span { border-color: rgb(186,210,160); }
td.TdClassName
{
border-color: #BAD2A0;
}
.TagClassName
{
border-color: #BAD2A0;
}
</style>