#c5d7a0

Color #C5D7A0 Pale Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Leaf #C5D7A0

Tints of Pale Leaf #C5D7A0

Color information

#C5D7A0 (or 0xC5D7A0) is unknown color: approx Pale Leaf. HEX triplet: C5, D7 and A0. RGB value is (197,215,160). Sum of RGB (Red+Green+Blue) = 197+215+160=572 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.44% from 572); Green value is 215 (84.38% from 255 or 37.59% from 572); Blue value is 160 (62.89% from 255 or 27.97% from 572); Max value from RGB is 215 - color contains mainly: green. Hex color #C5D7A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5D7A0 is #3A285F. Grayscale: #CBCBCB. Windows color (decimal): -3811424 or 10540997. OLE color: 10540997.

HSL color Cylindrical-coordinate representation of color #C5D7A0: hue angle of 79.64º degrees, saturation: 0.41, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C5D7A0 is Cyan = 0.08, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.16.

Color convert

RGB197215160-
CMYK0.0800.260.16
HSL79.64º40.74%73.53%-
HSV(B)79.64º25.58%84.31%-
XYZ53.6763.0142.59-
YUV203.35103.54123.47-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 34.44%
GREEN value IS 215 (84.38% from 255) = 37.59%
BLUE value IS 160 (62.89% from 255) = 27.97%
R=34.44%
G=37.59%
B=27.97%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1972151600.0800.260.1679.6440.7473.53
HexC5D7A0801A1050294a
Octal305327240100322012051112
Binary11000101110101111010000010000110101000010100001010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c5d7a0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c5d7a0; }

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

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

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

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

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

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

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

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