#C4DCA2

Color #C4DCA2 Pixie Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pixie Green #C4DCA2

Tints of Pixie Green #C4DCA2

Color information

#C4DCA2 (or 0xC4DCA2) is unknown color: approx Pixie Green. HEX triplet: C4, DC and A2. RGB value is (196,220,162). Sum of RGB (Red+Green+Blue) = 196+220+162=578 (76% of max value = 765). Red value is 196 (76.95% from 255 or 33.91% from 578); Green value is 220 (86.33% from 255 or 38.06% from 578); Blue value is 162 (63.67% from 255 or 28.03% from 578); Max value from RGB is 220 - color contains mainly: green. Hex color #C4DCA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4DCA2 is #3B235D. Grayscale: #CECECE. Windows color (decimal): -3875678 or 10673348. OLE color: 10673348.

HSL color Cylindrical-coordinate representation of color #C4DCA2: hue angle of 84.83º degrees, saturation: 0.45, 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 #C4DCA2 is Cyan = 0.11, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.14.

Color convert

RGB196220162-
CMYK0.1100.260.14
HSL84.83º45.31%74.9%-
HSV(B)84.83º26.36%86.27%-
XYZ54.8865.5343.94-
YUV206.21103.05120.72-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 196 (76.95% from 255) = 33.91%
GREEN value IS 220 (86.33% from 255) = 38.06%
BLUE value IS 162 (63.67% from 255) = 28.03%
R=33.91%
G=38.06%
B=28.03%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1962201620.1100.260.1484.8345.3174.9
HexC4DCA2B01AE552d4b
Octal304334242130321612555113
Binary1100010011011100101000101011011010111010101011011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4DCA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4DCA2; }

 p { color: rgb(196,220,162); }

 H1.HeaderClassName
 {
   color: #C4DCA2;
 }
 .AnyTagClassName
 {
   color: #C4DCA2;
 }
</style>
background-color css

<style>
 a { background-color: #C4DCA2; }

 a { background-color: rgb(196,220,162); }

 div.DivClassName
 {
   background-color: #C4DCA2;
 }
 .BgClassName
 {
   background-color: #C4DCA2;
 }
</style>
border-color css

<style>
 span { border-color: #C4DCA2; }

 span { border-color: rgb(196,220,162); }

 td.TdClassName
 {
   border-color: #C4DCA2;
 }
 .TagClassName
 {
   border-color: #C4DCA2;
 }
</style>