#C2D6A2

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

Shades of Pixie Green #C2D6A2

Tints of Pixie Green #C2D6A2

Color information

#C2D6A2 (or 0xC2D6A2) is unknown color: approx Pixie Green. HEX triplet: C2, D6 and A2. RGB value is (194,214,162). Sum of RGB (Red+Green+Blue) = 194+214+162=570 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.04% from 570); Green value is 214 (83.98% from 255 or 37.54% from 570); Blue value is 162 (63.67% from 255 or 28.42% from 570); Max value from RGB is 214 - color contains mainly: green. Hex color #C2D6A2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2D6A2 is #3D295D. Grayscale: #CACACA. Windows color (decimal): -4008286 or 10671810. OLE color: 10671810.

HSL color Cylindrical-coordinate representation of color #C2D6A2: hue angle of 83.08º degrees, saturation: 0.39, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C2D6A2 is Cyan = 0.09, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.16.

Color convert

RGB194214162-
CMYK0.0900.240.16
HSL83.08º38.81%73.73%-
HSV(B)83.08º24.3%83.92%-
XYZ52.8262.1743.4-
YUV202.09105.37122.23-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.04%
GREEN value IS 214 (83.98% from 255) = 37.54%
BLUE value IS 162 (63.67% from 255) = 28.42%
R=34.04%
G=37.54%
B=28.42%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1942141620.0900.240.1683.0838.8173.73
HexC2D6A290181053274a
Octal302326242110302012347112
Binary11000010110101101010001010010110001000010100111001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2D6A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2D6A2; }

 p { color: rgb(194,214,162); }

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

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

 a { background-color: rgb(194,214,162); }

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

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

 span { border-color: rgb(194,214,162); }

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