#C1D4AC

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

Shades of Pixie Green #C1D4AC

Tints of Pixie Green #C1D4AC

Color information

#C1D4AC (or 0xC1D4AC) is unknown color: approx Pixie Green. HEX triplet: C1, D4 and AC. RGB value is (193,212,172). Sum of RGB (Red+Green+Blue) = 193+212+172=577 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.45% from 577); Green value is 212 (83.20% from 255 or 36.74% from 577); Blue value is 172 (67.58% from 255 or 29.81% from 577); Max value from RGB is 212 - color contains mainly: green. Hex color #C1D4AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1D4AC is #3E2B53. Grayscale: #C9C9C9. Windows color (decimal): -4074324 or 11326657. OLE color: 11326657.

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

Color convert

RGB193212172-
CMYK0.0900.190.17
HSL88.5º31.75%75.29%-
HSV(B)88.5º18.87%83.14%-
XYZ52.9861.448.09-
YUV201.76111.21121.75-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 33.45%
GREEN value IS 212 (83.20% from 255) = 36.74%
BLUE value IS 172 (67.58% from 255) = 29.81%
R=33.45%
G=36.74%
B=29.81%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1932121720.0900.190.1788.531.7575.29
HexC1D4AC90131158204b
Octal301324254110232113040113
Binary11000001110101001010110010010100111000110110001000001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1D4AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1D4AC; }

 p { color: rgb(193,212,172); }

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

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

 a { background-color: rgb(193,212,172); }

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

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

 span { border-color: rgb(193,212,172); }

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