#C1D2AC

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

Shades of Pixie Green #C1D2AC

Tints of Pixie Green #C1D2AC

Color information

#C1D2AC (or 0xC1D2AC) is unknown color: approx Pixie Green. HEX triplet: C1, D2 and AC. RGB value is (193,210,172). Sum of RGB (Red+Green+Blue) = 193+210+172=575 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.57% from 575); Green value is 210 (82.42% from 255 or 36.52% from 575); Blue value is 172 (67.58% from 255 or 29.91% from 575); Max value from RGB is 210 - color contains mainly: green. Hex color #C1D2AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1D2AC is #3E2D53. Grayscale: #C8C8C8. Windows color (decimal): -4074836 or 11326145. OLE color: 11326145.

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

Color convert

RGB193210172-
CMYK0.0800.180.18
HSL86.84º29.69%74.9%-
HSV(B)86.84º18.1%82.35%-
XYZ52.4960.4147.92-
YUV200.58111.87122.59-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 33.57%
GREEN value IS 210 (82.42% from 255) = 36.52%
BLUE value IS 172 (67.58% from 255) = 29.91%
R=33.57%
G=36.52%
B=29.91%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1932101720.0800.180.1886.8429.6974.9
HexC1D2AC801212571e4b
Octal301322254100222212736113
Binary1100000111010010101011001000010010100101010111111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1D2AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1D2AC; }

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

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

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

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

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

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

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

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