Shades of Pixie Green #C3DBA2
Tints of Pixie Green #C3DBA2
RGB
CMYK
RGB Variations
Color information
#C3DBA2 (or 0xC3DBA2) is known color: Pixie Green. HEX triplet: C3, DB and A2. RGB value is (195,219,162). Sum of RGB (Red+Green+Blue) = 195+219+162=576 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.85% from 576); Green value is 219 (85.94% from 255 or 38.02% from 576); Blue value is 162 (63.67% from 255 or 28.12% from 576); Max value from RGB is 219 - color contains mainly: green. Hex color #C3DBA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3DBA2 is #3C245D. Grayscale: #CDCDCD. Windows color (decimal): -3941470 or 10673091. OLE color: 10673091.
HSL color Cylindrical-coordinate representation of color #C3DBA2: hue angle of 85.26º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C3DBA2 is Cyan = 0.11, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 195 | 219 | 162 | - |
| CMYK | 0.11 | 0 | 0.26 | 0.14 |
| HSL | 85.26º | 0.44% | 0.75% | - |
| HSV(B) | 85.26º | 0.26% | 0.86% | - |
| XYZ | 54.36 | 64.87 | 43.84 | - |
| YUV | 205.33 | 103.55 | 120.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 219 | 162 | 0.11 | 0 | 0.26 | 0.14 | 85.26 | 0.44 | 0.75 |
| Hex | C3 | DB | A2 | B | 0 | 1A | E | 55 | 2C | 4B |
| Octal | 303 | 333 | 242 | 13 | 0 | 32 | 16 | 125 | 54 | 113 |
| Binary | 11000011 | 11011011 | 10100010 | 1011 | 0 | 11010 | 1110 | 1010101 | 101100 | 1001011 |
Color Harmonies of #C3DBA2
Complementary color
Monochromatic Colors of #C3DBA2
Black with #C3DBA2
Text Example
Text Example
White with #C3DBA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3DBA2; }
p { color: rgb(195,219,162); }
H1.HeaderClassName
{
color: #C3DBA2;
}
.AnyTagClassName
{
color: #C3DBA2;
}
</style>
background-color css
<style>
a { background-color: #C3DBA2; }
a { background-color: rgb(195,219,162); }
div.DivClassName
{
background-color: #C3DBA2;
}
.BgClassName
{
background-color: #C3DBA2;
}
</style>
border-color css
<style>
span { border-color: #C3DBA2; }
span { border-color: rgb(195,219,162); }
td.TdClassName
{
border-color: #C3DBA2;
}
.TagClassName
{
border-color: #C3DBA2;
}
</style>