Shades of Pixie Green #C4DBAD
Tints of Pixie Green #C4DBAD
RGB
CMYK
RGB Variations
Color information
#C4DBAD (or 0xC4DBAD) is known color: Pixie Green. HEX triplet: C4, DB and AD. RGB value is (196,219,173). Sum of RGB (Red+Green+Blue) = 196+219+173=588 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.33% from 588); Green value is 219 (85.94% from 255 or 37.24% from 588); Blue value is 173 (67.97% from 255 or 29.42% from 588); Max value from RGB is 219 - color contains mainly: green. Hex color #C4DBAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4DBAD is #3B2452. Grayscale: #CFCFCF. Windows color (decimal): -3875923 or 11393988. OLE color: 11393988.
HSL color Cylindrical-coordinate representation of color #C4DBAD: hue angle of 90º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C4DBAD is Cyan = 0.11, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 196 | 219 | 173 | - |
| CMYK | 0.11 | 0 | 0.21 | 0.14 |
| HSL | 90º | 0.39% | 0.77% | - |
| HSV(B) | 90º | 0.21% | 0.86% | - |
| XYZ | 55.64 | 65.42 | 49.23 | - |
| YUV | 206.88 | 108.88 | 120.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 219 | 173 | 0.11 | 0 | 0.21 | 0.14 | 90 | 0.39 | 0.77 |
| Hex | C4 | DB | AD | B | 0 | 15 | E | 5A | 27 | 4D |
| Octal | 304 | 333 | 255 | 13 | 0 | 25 | 16 | 132 | 47 | 115 |
| Binary | 11000100 | 11011011 | 10101101 | 1011 | 0 | 10101 | 1110 | 1011010 | 100111 | 1001101 |
Color Harmonies of #C4DBAD
Complementary color
Monochromatic Colors of #C4DBAD
Black with #C4DBAD
Text Example
Text Example
White with #C4DBAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4DBAD; }
p { color: rgb(196,219,173); }
H1.HeaderClassName
{
color: #C4DBAD;
}
.AnyTagClassName
{
color: #C4DBAD;
}
</style>
background-color css
<style>
a { background-color: #C4DBAD; }
a { background-color: rgb(196,219,173); }
div.DivClassName
{
background-color: #C4DBAD;
}
.BgClassName
{
background-color: #C4DBAD;
}
</style>
border-color css
<style>
span { border-color: #C4DBAD; }
span { border-color: rgb(196,219,173); }
td.TdClassName
{
border-color: #C4DBAD;
}
.TagClassName
{
border-color: #C4DBAD;
}
</style>