#C4DCA5

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

Shades of Pixie Green #C4DCA5

Tints of Pixie Green #C4DCA5

Color information

#C4DCA5 (or 0xC4DCA5) is unknown color: approx Pixie Green. HEX triplet: C4, DC and A5. RGB value is (196,220,165). Sum of RGB (Red+Green+Blue) = 196+220+165=581 (76% of max value = 765). Red value is 196 (76.95% from 255 or 33.73% from 581); Green value is 220 (86.33% from 255 or 37.87% from 581); Blue value is 165 (64.84% from 255 or 28.40% from 581); Max value from RGB is 220 - color contains mainly: green. Hex color #C4DCA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4DCA5 is #3B235A. Grayscale: #CECECE. Windows color (decimal): -3875675 or 10869956. OLE color: 10869956.

HSL color Cylindrical-coordinate representation of color #C4DCA5: hue angle of 86.18º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C4DCA5 is Cyan = 0.11, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.

Color convert

RGB196220165-
CMYK0.1100.250.14
HSL86.18º44%75.49%-
HSV(B)86.18º25%86.27%-
XYZ55.1565.6445.36-
YUV206.55104.55120.47-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 33.73%
GREEN value IS 220 (86.33% from 255) = 37.87%
BLUE value IS 165 (64.84% from 255) = 28.40%
R=33.73%
G=37.87%
B=28.40%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1962201650.1100.250.1486.184475.49
HexC4DCA5B019E562c4b
Octal304334245130311612654113
Binary1100010011011100101001011011011001111010101101011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4DCA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4DCA5; }

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

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

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

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

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

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

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

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