#C5D09F

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

Shades of Pale Leaf #C5D09F

Tints of Pale Leaf #C5D09F

Color information

#C5D09F (or 0xC5D09F) is unknown color: approx Pale Leaf. HEX triplet: C5, D0 and 9F. RGB value is (197,208,159). Sum of RGB (Red+Green+Blue) = 197+208+159=564 (74% of max value = 765). Red value is 197 (77.34% from 255 or 34.93% from 564); Green value is 208 (81.64% from 255 or 36.88% from 564); Blue value is 159 (62.5% from 255 or 28.19% from 564); Max value from RGB is 208 - color contains mainly: green. Hex color #C5D09F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5D09F is #3A2F60. Grayscale: #C7C7C7. Windows color (decimal): -3813217 or 10473669. OLE color: 10473669.

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

Color convert

RGB197208159-
CMYK0.0500.240.18
HSL73.47º34.27%71.96%-
HSV(B)73.47º23.56%81.57%-
XYZ51.8459.4941.55-
YUV199.12105.36126.48-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 34.93%
GREEN value IS 208 (81.64% from 255) = 36.88%
BLUE value IS 159 (62.5% from 255) = 28.19%
R=34.93%
G=36.88%
B=28.19%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1972081590.0500.240.1873.4734.2771.96
HexC5D09F501812492248
Octal30532023750302211142110
Binary1100010111010000100111111010110001001010010011000101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5D09F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5D09F; }

 p { color: rgb(197,208,159); }

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

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

 a { background-color: rgb(197,208,159); }

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

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

 span { border-color: rgb(197,208,159); }

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