#C9D69D

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

Shades of Pale Leaf #C9D69D

Tints of Pale Leaf #C9D69D

Color information

#C9D69D (or 0xC9D69D) is unknown color: approx Pale Leaf. HEX triplet: C9, D6 and 9D. RGB value is (201,214,157). Sum of RGB (Red+Green+Blue) = 201+214+157=572 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.14% from 572); Green value is 214 (83.98% from 255 or 37.41% from 572); Blue value is 157 (61.72% from 255 or 27.45% from 572); Max value from RGB is 214 - color contains mainly: green. Hex color #C9D69D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9D69D is #362962. Grayscale: #CBCBCB. Windows color (decimal): -3549539 or 10344137. OLE color: 10344137.

HSL color Cylindrical-coordinate representation of color #C9D69D: hue angle of 73.68º degrees, saturation: 0.41, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C9D69D is Cyan = 0.06, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.

Color convert

RGB201214157-
CMYK0.0600.270.16
HSL73.68º41.01%72.75%-
HSV(B)73.68º26.64%83.92%-
XYZ54.2262.9441.19-
YUV203.61101.69126.13-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 35.14%
GREEN value IS 214 (83.98% from 255) = 37.41%
BLUE value IS 157 (61.72% from 255) = 27.45%
R=35.14%
G=37.41%
B=27.45%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2012141570.0600.270.1673.6841.0172.75
HexC9D69D601B104a2949
Octal31132623560332011251111
Binary1100100111010110100111011100110111000010010101010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9D69D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9D69D; }

 p { color: rgb(201,214,157); }

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

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

 a { background-color: rgb(201,214,157); }

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

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

 span { border-color: rgb(201,214,157); }

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