#C2D5A0

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

Shades of Pixie Green #C2D5A0

Tints of Pixie Green #C2D5A0

Color information

#C2D5A0 (or 0xC2D5A0) is unknown color: approx Pixie Green. HEX triplet: C2, D5 and A0. RGB value is (194,213,160). Sum of RGB (Red+Green+Blue) = 194+213+160=567 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.22% from 567); Green value is 213 (83.59% from 255 or 37.57% from 567); Blue value is 160 (62.89% from 255 or 28.22% from 567); Max value from RGB is 213 - color contains mainly: green. Hex color #C2D5A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2D5A0 is #3D2A5F. Grayscale: #C9C9C9. Windows color (decimal): -4008544 or 10540482. OLE color: 10540482.

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

Color convert

RGB194213160-
CMYK0.0900.250.16
HSL81.51º38.69%73.14%-
HSV(B)81.51º24.88%83.53%-
XYZ52.3961.642.39-
YUV201.28104.71122.81-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.22%
GREEN value IS 213 (83.59% from 255) = 37.57%
BLUE value IS 160 (62.89% from 255) = 28.22%
R=34.22%
G=37.57%
B=28.22%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1942131600.0900.250.1681.5138.6973.14
HexC2D5A0901910522749
Octal302325240110312012247111
Binary11000010110101011010000010010110011000010100101001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2D5A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2D5A0; }

 p { color: rgb(194,213,160); }

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

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

 a { background-color: rgb(194,213,160); }

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

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

 span { border-color: rgb(194,213,160); }

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