#C5D0AC

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

Shades of Pale Leaf #C5D0AC

Tints of Pale Leaf #C5D0AC

Color information

#C5D0AC (or 0xC5D0AC) is unknown color: approx Pale Leaf. HEX triplet: C5, D0 and AC. RGB value is (197,208,172). Sum of RGB (Red+Green+Blue) = 197+208+172=577 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.14% from 577); Green value is 208 (81.64% from 255 or 36.05% from 577); Blue value is 172 (67.58% from 255 or 29.81% from 577); Max value from RGB is 208 - color contains mainly: green. Hex color #C5D0AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5D0AC is #3A2F53. Grayscale: #C8C8C8. Windows color (decimal): -3813204 or 11325637. OLE color: 11325637.

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

Color convert

RGB197208172-
CMYK0.0500.170.18
HSL78.33º27.69%74.51%-
HSV(B)78.33º17.31%81.57%-
XYZ53.0359.9647.81-
YUV200.61111.86125.43-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 34.14%
GREEN value IS 208 (81.64% from 255) = 36.05%
BLUE value IS 172 (67.58% from 255) = 29.81%
R=34.14%
G=36.05%
B=29.81%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1972081720.0500.170.1878.3327.6974.51
HexC5D0AC5011124e1c4b
Octal30532025450212211634113
Binary110001011101000010101100101010001100101001110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5D0AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5D0AC; }

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

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

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

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

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

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

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

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