#C1DCA5

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

Shades of Pixie Green #C1DCA5

Tints of Pixie Green #C1DCA5

Color information

#C1DCA5 (or 0xC1DCA5) is unknown color: approx Pixie Green. HEX triplet: C1, DC and A5. RGB value is (193,220,165). Sum of RGB (Red+Green+Blue) = 193+220+165=578 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.39% from 578); Green value is 220 (86.33% from 255 or 38.06% from 578); Blue value is 165 (64.84% from 255 or 28.55% from 578); Max value from RGB is 220 - color contains mainly: green. Hex color #C1DCA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1DCA5 is #3E235A. Grayscale: #CDCDCD. Windows color (decimal): -4072283 or 10869953. OLE color: 10869953.

HSL color Cylindrical-coordinate representation of color #C1DCA5: hue angle of 89.45º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C1DCA5 is Cyan = 0.12, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.

Color convert

RGB193220165-
CMYK0.1200.250.14
HSL89.45º44%75.49%-
HSV(B)89.45º25%86.27%-
XYZ54.3865.2445.32-
YUV205.66105.05118.97-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 33.39%
GREEN value IS 220 (86.33% from 255) = 38.06%
BLUE value IS 165 (64.84% from 255) = 28.55%
R=33.39%
G=38.06%
B=28.55%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1932201650.1200.250.1489.454475.49
HexC1DCA5C019E592c4b
Octal301334245140311613154113
Binary1100000111011100101001011100011001111010110011011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1DCA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1DCA5; }

 p { color: rgb(193,220,165); }

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

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

 a { background-color: rgb(193,220,165); }

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

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

 span { border-color: rgb(193,220,165); }

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