#C5DAA0

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

Shades of Pixie Green #C5DAA0

Tints of Pixie Green #C5DAA0

Color information

#C5DAA0 (or 0xC5DAA0) is unknown color: approx Pixie Green. HEX triplet: C5, DA and A0. RGB value is (197,218,160). Sum of RGB (Red+Green+Blue) = 197+218+160=575 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.26% from 575); Green value is 218 (85.55% from 255 or 37.91% from 575); Blue value is 160 (62.89% from 255 or 27.83% from 575); Max value from RGB is 218 - color contains mainly: green. Hex color #C5DAA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5DAA0 is #3A255F. Grayscale: #CDCDCD. Windows color (decimal): -3810656 or 10541765. OLE color: 10541765.

HSL color Cylindrical-coordinate representation of color #C5DAA0: hue angle of 81.72º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C5DAA0 is Cyan = 0.10, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.15.

Color convert

RGB197218160-
CMYK0.1000.270.15
HSL81.72º43.94%74.12%-
HSV(B)81.72º26.61%85.49%-
XYZ54.4464.5542.85-
YUV205.11102.54122.22-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 34.26%
GREEN value IS 218 (85.55% from 255) = 37.91%
BLUE value IS 160 (62.89% from 255) = 27.83%
R=34.26%
G=37.91%
B=27.83%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1972181600.1000.270.1581.7243.9474.12
HexC5DAA0A01BF522c4a
Octal305332240120331712254112
Binary1100010111011010101000001010011011111110100101011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5DAA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5DAA0; }

 p { color: rgb(197,218,160); }

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

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

 a { background-color: rgb(197,218,160); }

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

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

 span { border-color: rgb(197,218,160); }

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