#C1D9AF

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

Shades of Pixie Green #C1D9AF

Tints of Pixie Green #C1D9AF

Color information

#C1D9AF (or 0xC1D9AF) is unknown color: approx Pixie Green. HEX triplet: C1, D9 and AF. RGB value is (193,217,175). Sum of RGB (Red+Green+Blue) = 193+217+175=585 (77% of max value = 765). Red value is 193 (75.78% from 255 or 32.99% from 585); Green value is 217 (85.16% from 255 or 37.09% from 585); Blue value is 175 (68.75% from 255 or 29.91% from 585); Max value from RGB is 217 - color contains mainly: green. Hex color #C1D9AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1D9AF is #3E2650. Grayscale: #CDCDCD. Windows color (decimal): -4073041 or 11524545. OLE color: 11524545.

HSL color Cylindrical-coordinate representation of color #C1D9AF: hue angle of 94.29º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C1D9AF is Cyan = 0.11, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB193217175-
CMYK0.1100.190.15
HSL94.29º35.59%76.86%-
HSV(B)94.29º19.35%85.1%-
XYZ54.5464.0650.05-
YUV205.04111.05119.42-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 32.99%
GREEN value IS 217 (85.16% from 255) = 37.09%
BLUE value IS 175 (68.75% from 255) = 29.91%
R=32.99%
G=37.09%
B=29.91%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1932171750.1100.190.1594.2935.5976.86
HexC1D9AFB013F5e244d
Octal301331257130231713644115
Binary1100000111011001101011111011010011111110111101001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1D9AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1D9AF; }

 p { color: rgb(193,217,175); }

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

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

 a { background-color: rgb(193,217,175); }

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

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

 span { border-color: rgb(193,217,175); }

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