Shades of Pixie Green #C8DBAC
Tints of Pixie Green #C8DBAC
RGB
CMYK
RGB Variations
Color information
#C8DBAC (or 0xC8DBAC) is known color: Pixie Green. HEX triplet: C8, DB and AC. RGB value is (200,219,172). Sum of RGB (Red+Green+Blue) = 200+219+172=591 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.84% from 591); Green value is 219 (85.94% from 255 or 37.06% from 591); Blue value is 172 (67.58% from 255 or 29.10% from 591); Max value from RGB is 219 - color contains mainly: green. Hex color #C8DBAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8DBAC is #372453. Grayscale: #D0D0D0. Windows color (decimal): -3613780 or 11328456. OLE color: 11328456.
HSL color Cylindrical-coordinate representation of color #C8DBAC: hue angle of 84.26º 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 #C8DBAC is Cyan = 0.09, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
RGB | 200 | 219 | 172 | - |
CMYK | 0.09 | 0 | 0.21 | 0.14 |
HSL | 84.26º | 0.39% | 0.77% | - |
HSV(B) | 84.26º | 0.21% | 0.86% | - |
XYZ | 56.6 | 65.92 | 48.77 | - |
YUV | 207.96 | 107.71 | 122.32 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 219 | 172 | 0.09 | 0 | 0.21 | 0.14 | 84.26 | 0.39 | 0.77 |
Hex | C8 | DB | AC | 9 | 0 | 15 | E | 54 | 27 | 4D |
Octal | 310 | 333 | 254 | 11 | 0 | 25 | 16 | 124 | 47 | 115 |
Binary | 11001000 | 11011011 | 10101100 | 1001 | 0 | 10101 | 1110 | 1010100 | 100111 | 1001101 |
Color Harmonies of #C8DBAC
Complementary color
Monochromatic Colors of #C8DBAC
Black with #C8DBAC
Text Example
Text Example
White with #C8DBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DBAC; }
p { color: rgb(200,219,172); }
H1.HeaderClassName
{
color: #C8DBAC;
}
.AnyTagClassName
{
color: #C8DBAC;
}
</style>
background-color css
<style>
a { background-color: #C8DBAC; }
a { background-color: rgb(200,219,172); }
div.DivClassName
{
background-color: #C8DBAC;
}
.BgClassName
{
background-color: #C8DBAC;
}
</style>
border-color css
<style>
span { border-color: #C8DBAC; }
span { border-color: rgb(200,219,172); }
td.TdClassName
{
border-color: #C8DBAC;
}
.TagClassName
{
border-color: #C8DBAC;
}
</style>