#C4D9AF

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

Shades of Pixie Green #C4D9AF

Tints of Pixie Green #C4D9AF

Color information

#C4D9AF (or 0xC4D9AF) is unknown color: approx Pixie Green. HEX triplet: C4, D9 and AF. RGB value is (196,217,175). Sum of RGB (Red+Green+Blue) = 196+217+175=588 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.33% from 588); Green value is 217 (85.16% from 255 or 36.90% from 588); Blue value is 175 (68.75% from 255 or 29.76% from 588); Max value from RGB is 217 - color contains mainly: green. Hex color #C4D9AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4D9AF is #3B2650. Grayscale: #CECECE. Windows color (decimal): -3876433 or 11524548. OLE color: 11524548.

HSL color Cylindrical-coordinate representation of color #C4D9AF: hue angle of 90º 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 #C4D9AF is Cyan = 0.10, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB196217175-
CMYK0.1000.190.15
HSL90º35.59%76.86%-
HSV(B)90º19.35%85.1%-
XYZ55.3264.4650.08-
YUV205.93110.54120.92-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 33.33%
GREEN value IS 217 (85.16% from 255) = 36.90%
BLUE value IS 175 (68.75% from 255) = 29.76%
R=33.33%
G=36.90%
B=29.76%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1962171750.1000.190.159035.5976.86
HexC4D9AFA013F5a244d
Octal304331257120231713244115
Binary1100010011011001101011111010010011111110110101001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4D9AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4D9AF; }

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

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

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

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

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

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

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

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