Shades of Pixie Green #C4DBAB
Tints of Pixie Green #C4DBAB
RGB
CMYK
RGB Variations
Color information
#C4DBAB (or 0xC4DBAB) is known color: Pixie Green. HEX triplet: C4, DB and AB. RGB value is (196,219,171). Sum of RGB (Red+Green+Blue) = 196+219+171=586 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.45% from 586); Green value is 219 (85.94% from 255 or 37.37% from 586); Blue value is 171 (67.19% from 255 or 29.18% from 586); Max value from RGB is 219 - color contains mainly: green. Hex color #C4DBAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4DBAB is #3B2454. Grayscale: #CECECE. Windows color (decimal): -3875925 or 11262916. OLE color: 11262916.
HSL color Cylindrical-coordinate representation of color #C4DBAB: hue angle of 88.75º 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 #C4DBAB is Cyan = 0.11, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
RGB | 196 | 219 | 171 | - |
CMYK | 0.11 | 0 | 0.22 | 0.14 |
HSL | 88.75º | 0.4% | 0.76% | - |
HSV(B) | 88.75º | 0.22% | 0.86% | - |
XYZ | 55.45 | 65.34 | 48.22 | - |
YUV | 206.65 | 107.88 | 120.4 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 196 | 219 | 171 | 0.11 | 0 | 0.22 | 0.14 | 88.75 | 0.4 | 0.76 |
Hex | C4 | DB | AB | B | 0 | 16 | E | 59 | 28 | 4C |
Octal | 304 | 333 | 253 | 13 | 0 | 26 | 16 | 131 | 50 | 114 |
Binary | 11000100 | 11011011 | 10101011 | 1011 | 0 | 10110 | 1110 | 1011001 | 101000 | 1001100 |
Color Harmonies of #C4DBAB
Complementary color
Monochromatic Colors of #C4DBAB
Black with #C4DBAB
Text Example
Text Example
White with #C4DBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4DBAB; }
p { color: rgb(196,219,171); }
H1.HeaderClassName
{
color: #C4DBAB;
}
.AnyTagClassName
{
color: #C4DBAB;
}
</style>
background-color css
<style>
a { background-color: #C4DBAB; }
a { background-color: rgb(196,219,171); }
div.DivClassName
{
background-color: #C4DBAB;
}
.BgClassName
{
background-color: #C4DBAB;
}
</style>
border-color css
<style>
span { border-color: #C4DBAB; }
span { border-color: rgb(196,219,171); }
td.TdClassName
{
border-color: #C4DBAB;
}
.TagClassName
{
border-color: #C4DBAB;
}
</style>