#C5D3A0

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

Shades of Pale Leaf #C5D3A0

Tints of Pale Leaf #C5D3A0

Color information

#C5D3A0 (or 0xC5D3A0) is unknown color: approx Pale Leaf. HEX triplet: C5, D3 and A0. RGB value is (197,211,160). Sum of RGB (Red+Green+Blue) = 197+211+160=568 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.68% from 568); Green value is 211 (82.81% from 255 or 37.15% from 568); Blue value is 160 (62.89% from 255 or 28.17% from 568); Max value from RGB is 211 - color contains mainly: green. Hex color #C5D3A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5D3A0 is #3A2C5F. Grayscale: #C9C9C9. Windows color (decimal): -3812448 or 10539973. OLE color: 10539973.

HSL color Cylindrical-coordinate representation of color #C5D3A0: hue angle of 76.47º degrees, saturation: 0.37, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C5D3A0 is Cyan = 0.07, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.17.

Color convert

RGB197211160-
CMYK0.0700.240.17
HSL76.47º36.69%72.75%-
HSV(B)76.47º24.17%82.75%-
XYZ52.676142.26-
YUV201104.86125.15-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 34.68%
GREEN value IS 211 (82.81% from 255) = 37.15%
BLUE value IS 160 (62.89% from 255) = 28.17%
R=34.68%
G=37.15%
B=28.17%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1972111600.0700.240.1776.4736.6972.75
HexC5D3A07018114c2549
Octal30532324070302111445111
Binary1100010111010011101000001110110001000110011001001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5D3A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5D3A0; }

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

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

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

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

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

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

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

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