Shades of Pixie Green #BAD6A0
Tints of Pixie Green #BAD6A0
RGB
CMYK
RGB Variations
Color information
#BAD6A0 (or 0xBAD6A0) is known color: Pixie Green. HEX triplet: BA, D6 and A0. RGB value is (186,214,160). Sum of RGB (Red+Green+Blue) = 186+214+160=560 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.21% from 560); Green value is 214 (83.98% from 255 or 38.21% from 560); Blue value is 160 (62.89% from 255 or 28.57% from 560); Max value from RGB is 214 - color contains mainly: green. Hex color #BAD6A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAD6A0 is #45295F. Grayscale: #C7C7C7. Windows color (decimal): -4532576 or 10540730. OLE color: 10540730.
HSL color Cylindrical-coordinate representation of color #BAD6A0: hue angle of 91.11º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BAD6A0 is Cyan = 0.13, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 186 | 214 | 160 | - |
| CMYK | 0.13 | 0 | 0.25 | 0.16 |
| HSL | 91.11º | 0.4% | 0.73% | - |
| HSV(B) | 91.11º | 0.25% | 0.84% | - |
| XYZ | 50.64 | 61.07 | 42.38 | - |
| YUV | 199.47 | 105.72 | 118.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 214 | 160 | 0.13 | 0 | 0.25 | 0.16 | 91.11 | 0.4 | 0.73 |
| Hex | BA | D6 | A0 | D | 0 | 19 | 10 | 5B | 28 | 49 |
| Octal | 272 | 326 | 240 | 15 | 0 | 31 | 20 | 133 | 50 | 111 |
| Binary | 10111010 | 11010110 | 10100000 | 1101 | 0 | 11001 | 10000 | 1011011 | 101000 | 1001001 |
Color Harmonies of #BAD6A0
Complementary color
Monochromatic Colors of #BAD6A0
Black with #BAD6A0
Text Example
Text Example
White with #BAD6A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD6A0; }
p { color: rgb(186,214,160); }
H1.HeaderClassName
{
color: #BAD6A0;
}
.AnyTagClassName
{
color: #BAD6A0;
}
</style>
background-color css
<style>
a { background-color: #BAD6A0; }
a { background-color: rgb(186,214,160); }
div.DivClassName
{
background-color: #BAD6A0;
}
.BgClassName
{
background-color: #BAD6A0;
}
</style>
border-color css
<style>
span { border-color: #BAD6A0; }
span { border-color: rgb(186,214,160); }
td.TdClassName
{
border-color: #BAD6A0;
}
.TagClassName
{
border-color: #BAD6A0;
}
</style>