#C2D6A6

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

Shades of Pixie Green #C2D6A6

Tints of Pixie Green #C2D6A6

Color information

#C2D6A6 (or 0xC2D6A6) is unknown color: approx Pixie Green. HEX triplet: C2, D6 and A6. RGB value is (194,214,166). Sum of RGB (Red+Green+Blue) = 194+214+166=574 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.80% from 574); Green value is 214 (83.98% from 255 or 37.28% from 574); Blue value is 166 (65.23% from 255 or 28.92% from 574); Max value from RGB is 214 - color contains mainly: green. Hex color #C2D6A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2D6A6 is #3D2959. Grayscale: #CACACA. Windows color (decimal): -4008282 or 10933954. OLE color: 10933954.

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

Color convert

RGB194214166-
CMYK0.0900.220.16
HSL85º36.92%74.51%-
HSV(B)85º22.43%83.92%-
XYZ53.1862.3245.3-
YUV202.55107.37121.9-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.80%
GREEN value IS 214 (83.98% from 255) = 37.28%
BLUE value IS 166 (65.23% from 255) = 28.92%
R=33.80%
G=37.28%
B=28.92%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1942141660.0900.220.168536.9274.51
HexC2D6A690161055254b
Octal302326246110262012545113
Binary11000010110101101010011010010101101000010101011001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2D6A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2D6A6; }

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

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

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

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

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

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

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

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