#C2D9A8

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

Shades of Pixie Green #C2D9A8

Tints of Pixie Green #C2D9A8

Color information

#C2D9A8 (or 0xC2D9A8) is unknown color: approx Pixie Green. HEX triplet: C2, D9 and A8. RGB value is (194,217,168). Sum of RGB (Red+Green+Blue) = 194+217+168=579 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.51% from 579); Green value is 217 (85.16% from 255 or 37.48% from 579); Blue value is 168 (66.02% from 255 or 29.02% from 579); Max value from RGB is 217 - color contains mainly: green. Hex color #C2D9A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2D9A8 is #3D2657. Grayscale: #CCCCCC. Windows color (decimal): -4007512 or 11065794. OLE color: 11065794.

HSL color Cylindrical-coordinate representation of color #C2D9A8: hue angle of 88.16º degrees, saturation: 0.39, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C2D9A8 is Cyan = 0.11, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.15.

Color convert

RGB194217168-
CMYK0.1100.230.15
HSL88.16º39.2%75.49%-
HSV(B)88.16º22.58%85.1%-
XYZ54.1363.9246.53-
YUV204.54107.38120.48-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.51%
GREEN value IS 217 (85.16% from 255) = 37.48%
BLUE value IS 168 (66.02% from 255) = 29.02%
R=33.51%
G=37.48%
B=29.02%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1942171680.1100.230.1588.1639.275.49
HexC2D9A8B017F58274b
Octal302331250130271713047113
Binary1100001011011001101010001011010111111110110001001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2D9A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2D9A8; }

 p { color: rgb(194,217,168); }

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

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

 a { background-color: rgb(194,217,168); }

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

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

 span { border-color: rgb(194,217,168); }

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