Shades of Pixie Green #C6DBAA
Tints of Pixie Green #C6DBAA
RGB
CMYK
RGB Variations
Color information
#C6DBAA (or 0xC6DBAA) is known color: Pixie Green. HEX triplet: C6, DB and AA. RGB value is (198,219,170). Sum of RGB (Red+Green+Blue) = 198+219+170=587 (77% of max value = 765). Red value is 198 (77.73% from 255 or 33.73% from 587); Green value is 219 (85.94% from 255 or 37.31% from 587); Blue value is 170 (66.80% from 255 or 28.96% from 587); Max value from RGB is 219 - color contains mainly: green. Hex color #C6DBAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6DBAA is #392455. Grayscale: #CFCFCF. Windows color (decimal): -3744854 or 11197382. OLE color: 11197382.
HSL color Cylindrical-coordinate representation of color #C6DBAA: hue angle of 85.71º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C6DBAA is Cyan = 0.10, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 198 | 219 | 170 | - |
| CMYK | 0.10 | 0 | 0.22 | 0.14 |
| HSL | 85.71º | 0.4% | 0.76% | - |
| HSV(B) | 85.71º | 0.22% | 0.86% | - |
| XYZ | 55.88 | 65.57 | 47.74 | - |
| YUV | 207.14 | 107.04 | 121.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 219 | 170 | 0.10 | 0 | 0.22 | 0.14 | 85.71 | 0.4 | 0.76 |
| Hex | C6 | DB | AA | A | 0 | 16 | E | 56 | 28 | 4C |
| Octal | 306 | 333 | 252 | 12 | 0 | 26 | 16 | 126 | 50 | 114 |
| Binary | 11000110 | 11011011 | 10101010 | 1010 | 0 | 10110 | 1110 | 1010110 | 101000 | 1001100 |
Color Harmonies of #C6DBAA
Complementary color
Monochromatic Colors of #C6DBAA
Black with #C6DBAA
Text Example
Text Example
White with #C6DBAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6DBAA; }
p { color: rgb(198,219,170); }
H1.HeaderClassName
{
color: #C6DBAA;
}
.AnyTagClassName
{
color: #C6DBAA;
}
</style>
background-color css
<style>
a { background-color: #C6DBAA; }
a { background-color: rgb(198,219,170); }
div.DivClassName
{
background-color: #C6DBAA;
}
.BgClassName
{
background-color: #C6DBAA;
}
</style>
border-color css
<style>
span { border-color: #C6DBAA; }
span { border-color: rgb(198,219,170); }
td.TdClassName
{
border-color: #C6DBAA;
}
.TagClassName
{
border-color: #C6DBAA;
}
</style>