#C5DCA1

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

Shades of Pixie Green #C5DCA1

Tints of Pixie Green #C5DCA1

Color information

#C5DCA1 (or 0xC5DCA1) is unknown color: approx Pixie Green. HEX triplet: C5, DC and A1. RGB value is (197,220,161). Sum of RGB (Red+Green+Blue) = 197+220+161=578 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.08% from 578); Green value is 220 (86.33% from 255 or 38.06% from 578); Blue value is 161 (63.28% from 255 or 27.85% from 578); Max value from RGB is 220 - color contains mainly: green. Hex color #C5DCA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5DCA1 is #3A235E. Grayscale: #CECECE. Windows color (decimal): -3810143 or 10607813. OLE color: 10607813.

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

Color convert

RGB197220161-
CMYK0.1000.270.14
HSL83.39º45.74%74.71%-
HSV(B)83.39º26.82%86.27%-
XYZ55.0565.6343.48-
YUV206.4102.38121.3-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 34.08%
GREEN value IS 220 (86.33% from 255) = 38.06%
BLUE value IS 161 (63.28% from 255) = 27.85%
R=34.08%
G=38.06%
B=27.85%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1972201610.1000.270.1483.3945.7474.71
HexC5DCA1A01BE532e4b
Octal305334241120331612356113
Binary1100010111011100101000011010011011111010100111011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5DCA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5DCA1; }

 p { color: rgb(197,220,161); }

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

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

 a { background-color: rgb(197,220,161); }

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

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

 span { border-color: rgb(197,220,161); }

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