#C1D2AE

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

Shades of Pixie Green #C1D2AE

Tints of Pixie Green #C1D2AE

Color information

#C1D2AE (or 0xC1D2AE) is unknown color: approx Pixie Green. HEX triplet: C1, D2 and AE. RGB value is (193,210,174). Sum of RGB (Red+Green+Blue) = 193+210+174=577 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.45% from 577); Green value is 210 (82.42% from 255 or 36.40% from 577); Blue value is 174 (68.36% from 255 or 30.16% from 577); Max value from RGB is 210 - color contains mainly: green. Hex color #C1D2AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1D2AE is #3E2D51. Grayscale: #C8C8C8. Windows color (decimal): -4074834 or 11457217. OLE color: 11457217.

HSL color Cylindrical-coordinate representation of color #C1D2AE: hue angle of 88.33º degrees, saturation: 0.29, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C1D2AE is Cyan = 0.08, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB193210174-
CMYK0.0800.170.18
HSL88.33º28.57%75.29%-
HSV(B)88.33º17.14%82.35%-
XYZ52.6860.4948.94-
YUV200.81112.87122.43-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 33.45%
GREEN value IS 210 (82.42% from 255) = 36.40%
BLUE value IS 174 (68.36% from 255) = 30.16%
R=33.45%
G=36.40%
B=30.16%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1932101740.0800.170.1888.3328.5775.29
HexC1D2AE801112581d4b
Octal301322256100212213035113
Binary1100000111010010101011101000010001100101011000111011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1D2AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1D2AE; }

 p { color: rgb(193,210,174); }

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

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

 a { background-color: rgb(193,210,174); }

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

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

 span { border-color: rgb(193,210,174); }

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