#C9D99B

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

Shades of Pale Leaf #C9D99B

Tints of Pale Leaf #C9D99B

Color information

#C9D99B (or 0xC9D99B) is unknown color: approx Pale Leaf. HEX triplet: C9, D9 and 9B. RGB value is (201,217,155). Sum of RGB (Red+Green+Blue) = 201+217+155=573 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.08% from 573); Green value is 217 (85.16% from 255 or 37.87% from 573); Blue value is 155 (60.94% from 255 or 27.05% from 573); Max value from RGB is 217 - color contains mainly: green. Hex color #C9D99B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9D99B is #362664. Grayscale: #CDCDCD. Windows color (decimal): -3548773 or 10213833. OLE color: 10213833.

HSL color Cylindrical-coordinate representation of color #C9D99B: hue angle of 75.48º degrees, saturation: 0.45, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C9D99B is Cyan = 0.07, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.15.

Color convert

RGB201217155-
CMYK0.0700.290.15
HSL75.48º44.93%72.94%-
HSV(B)75.48º28.57%85.1%-
XYZ54.8264.4140.55-
YUV205.1599.7125.04-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 35.08%
GREEN value IS 217 (85.16% from 255) = 37.87%
BLUE value IS 155 (60.94% from 255) = 27.05%
R=35.08%
G=37.87%
B=27.05%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2012171550.0700.290.1575.4844.9372.94
HexC9D99B701DF4b2d49
Octal31133123370351711355111
Binary110010011101100110011011111011101111110010111011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9D99B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9D99B; }

 p { color: rgb(201,217,155); }

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

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

 a { background-color: rgb(201,217,155); }

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

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

 span { border-color: rgb(201,217,155); }

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