#C6DCA4

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

Shades of Pixie Green #C6DCA4

Tints of Pixie Green #C6DCA4

Color information

#C6DCA4 (or 0xC6DCA4) is unknown color: approx Pixie Green. HEX triplet: C6, DC and A4. RGB value is (198,220,164). Sum of RGB (Red+Green+Blue) = 198+220+164=582 (77% of max value = 765). Red value is 198 (77.73% from 255 or 34.02% from 582); Green value is 220 (86.33% from 255 or 37.80% from 582); Blue value is 164 (64.45% from 255 or 28.18% from 582); Max value from RGB is 220 - color contains mainly: green. Hex color #C6DCA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6DCA4 is #39235B. Grayscale: #CFCFCF. Windows color (decimal): -3744604 or 10804422. OLE color: 10804422.

HSL color Cylindrical-coordinate representation of color #C6DCA4: hue angle of 83.57º 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 #C6DCA4 is Cyan = 0.1, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.

Color convert

RGB198220164-
CMYK0.100.250.14
HSL83.57º44.44%75.29%-
HSV(B)83.57º25.45%86.27%-
XYZ55.5865.8744.91-
YUV207.04103.71121.55-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 34.02%
GREEN value IS 220 (86.33% from 255) = 37.80%
BLUE value IS 164 (64.45% from 255) = 28.18%
R=34.02%
G=37.80%
B=28.18%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1982201640.100.250.1483.5744.4475.29
HexC6DCA4A019E542c4b
Octal306334244120311612454113
Binary1100011011011100101001001010011001111010101001011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6DCA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6DCA4; }

 p { color: rgb(198,220,164); }

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

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

 a { background-color: rgb(198,220,164); }

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

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

 span { border-color: rgb(198,220,164); }

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