Shades of Pixie Green #C1D5A6
Tints of Pixie Green #C1D5A6
RGB
CMYK
RGB Variations
Color information
#C1D5A6 (or 0xC1D5A6) is known color: Pixie Green. HEX triplet: C1, D5 and A6. RGB value is (193,213,166). Sum of RGB (Red+Green+Blue) = 193+213+166=572 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.74% from 572); Green value is 213 (83.59% from 255 or 37.24% from 572); Blue value is 166 (65.23% from 255 or 29.02% from 572); Max value from RGB is 213 - color contains mainly: green. Hex color #C1D5A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1D5A6 is #3E2A59. Grayscale: #C9C9C9. Windows color (decimal): -4074074 or 10933697. OLE color: 10933697.
HSL color Cylindrical-coordinate representation of color #C1D5A6: hue angle of 85.53º degrees, saturation: 0.36, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C1D5A6 is Cyan = 0.09, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 193 | 213 | 166 | - |
| CMYK | 0.09 | 0 | 0.22 | 0.16 |
| HSL | 85.53º | 0.36% | 0.74% | - |
| HSV(B) | 85.53º | 0.22% | 0.84% | - |
| XYZ | 52.67 | 61.68 | 45.21 | - |
| YUV | 201.66 | 107.87 | 121.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 213 | 166 | 0.09 | 0 | 0.22 | 0.16 | 85.53 | 0.36 | 0.74 |
| Hex | C1 | D5 | A6 | 9 | 0 | 16 | 10 | 56 | 24 | 4A |
| Octal | 301 | 325 | 246 | 11 | 0 | 26 | 20 | 126 | 44 | 112 |
| Binary | 11000001 | 11010101 | 10100110 | 1001 | 0 | 10110 | 10000 | 1010110 | 100100 | 1001010 |
Color Harmonies of #C1D5A6
Complementary color
Monochromatic Colors of #C1D5A6
Black with #C1D5A6
Text Example
Text Example
White with #C1D5A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1D5A6; }
p { color: rgb(193,213,166); }
H1.HeaderClassName
{
color: #C1D5A6;
}
.AnyTagClassName
{
color: #C1D5A6;
}
</style>
background-color css
<style>
a { background-color: #C1D5A6; }
a { background-color: rgb(193,213,166); }
div.DivClassName
{
background-color: #C1D5A6;
}
.BgClassName
{
background-color: #C1D5A6;
}
</style>
border-color css
<style>
span { border-color: #C1D5A6; }
span { border-color: rgb(193,213,166); }
td.TdClassName
{
border-color: #C1D5A6;
}
.TagClassName
{
border-color: #C1D5A6;
}
</style>