#C5D29C

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

Shades of Pale Leaf #C5D29C

Tints of Pale Leaf #C5D29C

Color information

#C5D29C (or 0xC5D29C) is unknown color: approx Pale Leaf. HEX triplet: C5, D2 and 9C. RGB value is (197,210,156). Sum of RGB (Red+Green+Blue) = 197+210+156=563 (74% of max value = 765). Red value is 197 (77.34% from 255 or 34.99% from 563); Green value is 210 (82.42% from 255 or 37.30% from 563); Blue value is 156 (61.33% from 255 or 27.71% from 563); Max value from RGB is 210 - color contains mainly: green. Hex color #C5D29C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5D29C is #3A2D63. Grayscale: #C8C8C8. Windows color (decimal): -3812708 or 10277573. OLE color: 10277573.

HSL color Cylindrical-coordinate representation of color #C5D29C: hue angle of 74.44º degrees, saturation: 0.38, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C5D29C is Cyan = 0.06, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.18.

Color convert

RGB197210156-
CMYK0.0600.260.18
HSL74.44º37.5%71.76%-
HSV(B)74.44º25.71%82.35%-
XYZ52.0760.3640.36-
YUV199.96103.19125.89-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 34.99%
GREEN value IS 210 (82.42% from 255) = 37.30%
BLUE value IS 156 (61.33% from 255) = 27.71%
R=34.99%
G=37.30%
B=27.71%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1972101560.0600.260.1874.4437.571.76
HexC5D29C601A124a2648
Octal30532223460322211246110
Binary1100010111010010100111001100110101001010010101001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5D29C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5D29C; }

 p { color: rgb(197,210,156); }

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

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

 a { background-color: rgb(197,210,156); }

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

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

 span { border-color: rgb(197,210,156); }

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