Shades of Pixie Green #BAD6A5
Tints of Pixie Green #BAD6A5
RGB
CMYK
RGB Variations
Color information
#BAD6A5 (or 0xBAD6A5) is known color: Pixie Green. HEX triplet: BA, D6 and A5. RGB value is (186,214,165). Sum of RGB (Red+Green+Blue) = 186+214+165=565 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.92% from 565); Green value is 214 (83.98% from 255 or 37.88% from 565); Blue value is 165 (64.84% from 255 or 29.20% from 565); Max value from RGB is 214 - color contains mainly: green. Hex color #BAD6A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAD6A5 is #45295A. Grayscale: #C8C8C8. Windows color (decimal): -4532571 or 10868410. OLE color: 10868410.
HSL color Cylindrical-coordinate representation of color #BAD6A5: hue angle of 94.29º degrees, saturation: 0.37, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BAD6A5 is Cyan = 0.13, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 186 | 214 | 165 | - |
| CMYK | 0.13 | 0 | 0.23 | 0.16 |
| HSL | 94.29º | 0.37% | 0.74% | - |
| HSV(B) | 94.29º | 0.23% | 0.84% | - |
| XYZ | 51.09 | 61.25 | 44.73 | - |
| YUV | 200.04 | 108.22 | 117.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 214 | 165 | 0.13 | 0 | 0.23 | 0.16 | 94.29 | 0.37 | 0.74 |
| Hex | BA | D6 | A5 | D | 0 | 17 | 10 | 5E | 25 | 4A |
| Octal | 272 | 326 | 245 | 15 | 0 | 27 | 20 | 136 | 45 | 112 |
| Binary | 10111010 | 11010110 | 10100101 | 1101 | 0 | 10111 | 10000 | 1011110 | 100101 | 1001010 |
Color Harmonies of #BAD6A5
Complementary color
Monochromatic Colors of #BAD6A5
Black with #BAD6A5
Text Example
Text Example
White with #BAD6A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD6A5; }
p { color: rgb(186,214,165); }
H1.HeaderClassName
{
color: #BAD6A5;
}
.AnyTagClassName
{
color: #BAD6A5;
}
</style>
background-color css
<style>
a { background-color: #BAD6A5; }
a { background-color: rgb(186,214,165); }
div.DivClassName
{
background-color: #BAD6A5;
}
.BgClassName
{
background-color: #BAD6A5;
}
</style>
border-color css
<style>
span { border-color: #BAD6A5; }
span { border-color: rgb(186,214,165); }
td.TdClassName
{
border-color: #BAD6A5;
}
.TagClassName
{
border-color: #BAD6A5;
}
</style>