#C2D4AB

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

Shades of Pixie Green #C2D4AB

Tints of Pixie Green #C2D4AB

Color information

#C2D4AB (or 0xC2D4AB) is unknown color: approx Pixie Green. HEX triplet: C2, D4 and AB. RGB value is (194,212,171). Sum of RGB (Red+Green+Blue) = 194+212+171=577 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.62% from 577); Green value is 212 (83.20% from 255 or 36.74% from 577); Blue value is 171 (67.19% from 255 or 29.64% from 577); Max value from RGB is 212 - color contains mainly: green. Hex color #C2D4AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2D4AB is #3D2B54. Grayscale: #CACACA. Windows color (decimal): -4008789 or 11261122. OLE color: 11261122.

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

Color convert

RGB194212171-
CMYK0.0800.190.17
HSL86.34º32.28%75.1%-
HSV(B)86.34º19.34%83.14%-
XYZ53.1461.547.6-
YUV201.94110.54122.33-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.62%
GREEN value IS 212 (83.20% from 255) = 36.74%
BLUE value IS 171 (67.19% from 255) = 29.64%
R=33.62%
G=36.74%
B=29.64%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1942121710.0800.190.1786.3432.2875.1
HexC2D4AB80131156204b
Octal302324253100232112640113
Binary11000010110101001010101110000100111000110101101000001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2D4AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2D4AB; }

 p { color: rgb(194,212,171); }

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

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

 a { background-color: rgb(194,212,171); }

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

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

 span { border-color: rgb(194,212,171); }

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