#C5D6AC

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

Shades of Pale Leaf #C5D6AC

Tints of Pale Leaf #C5D6AC

Color information

#C5D6AC (or 0xC5D6AC) is unknown color: approx Pale Leaf. HEX triplet: C5, D6 and AC. RGB value is (197,214,172). Sum of RGB (Red+Green+Blue) = 197+214+172=583 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.79% from 583); Green value is 214 (83.98% from 255 or 36.71% from 583); Blue value is 172 (67.58% from 255 or 29.50% from 583); Max value from RGB is 214 - color contains mainly: green. Hex color #C5D6AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5D6AC is #3A2953. Grayscale: #CCCCCC. Windows color (decimal): -3811668 or 11327173. OLE color: 11327173.

HSL color Cylindrical-coordinate representation of color #C5D6AC: hue angle of 84.29º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C5D6AC is Cyan = 0.08, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB197214172-
CMYK0.0800.200.16
HSL84.29º33.87%75.69%-
HSV(B)84.29º19.63%83.92%-
XYZ54.5262.9448.31-
YUV204.13109.87122.92-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 33.79%
GREEN value IS 214 (83.98% from 255) = 36.71%
BLUE value IS 172 (67.58% from 255) = 29.50%
R=33.79%
G=36.71%
B=29.50%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1972141720.0800.200.1684.2933.8775.69
HexC5D6AC80141054224c
Octal305326254100242012442114
Binary11000101110101101010110010000101001000010101001000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5D6AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5D6AC; }

 p { color: rgb(197,214,172); }

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

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

 a { background-color: rgb(197,214,172); }

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

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

 span { border-color: rgb(197,214,172); }

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