#C4D6A1

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

Shades of Pale Leaf #C4D6A1

Tints of Pale Leaf #C4D6A1

Color information

#C4D6A1 (or 0xC4D6A1) is unknown color: approx Pale Leaf. HEX triplet: C4, D6 and A1. RGB value is (196,214,161). Sum of RGB (Red+Green+Blue) = 196+214+161=571 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.33% from 571); Green value is 214 (83.98% from 255 or 37.48% from 571); Blue value is 161 (63.28% from 255 or 28.20% from 571); Max value from RGB is 214 - color contains mainly: green. Hex color #C4D6A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4D6A1 is #3B295E. Grayscale: #CACACA. Windows color (decimal): -3877215 or 10606276. OLE color: 10606276.

HSL color Cylindrical-coordinate representation of color #C4D6A1: hue angle of 80.38º degrees, saturation: 0.39, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C4D6A1 is Cyan = 0.08, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.16.

Color convert

RGB196214161-
CMYK0.0800.250.16
HSL80.38º39.26%73.53%-
HSV(B)80.38º24.77%83.92%-
XYZ53.2462.442.96-
YUV202.58104.54123.31-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 34.33%
GREEN value IS 214 (83.98% from 255) = 37.48%
BLUE value IS 161 (63.28% from 255) = 28.20%
R=34.33%
G=37.48%
B=28.20%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1962141610.0800.250.1680.3839.2673.53
HexC4D6A180191050274a
Octal304326241100312012047112
Binary11000100110101101010000110000110011000010100001001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4D6A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4D6A1; }

 p { color: rgb(196,214,161); }

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

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

 a { background-color: rgb(196,214,161); }

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

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

 span { border-color: rgb(196,214,161); }

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