Html Css Color HEX #C9D69D Pale Leaf

📋 copy color: '#C9D69D'

red 201 ◦ green 214 ◦ blue 157

#C9D69D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Leaf #C9D69D

Tints of Pale Leaf #C9D69D

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 value IS 0.06

 M value IS 0

 Y value IS 0.27

 K value IS 0.16

RGB Variations

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

Color information

#C9D69D (or 0xC9D69D) is known color: 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

RGB 201 214 157 -
CMYK 0.06 0 0.27 0.16
HSL 73.68º 0.41% 0.73% -
HSV(B) 73.68º 0.27% 0.84% -
XYZ 54.22 62.94 41.19 -
YUV 203.62 101.69 126.13 -
System Red Green Blue C M Y K H S L
Decimal 201 214 157 0.06 0 0.27 0.16 73.68 0.41 0.73
Hex C9 D6 9D 6 0 1B 10 4A 29 49
Octal 311 326 235 6 0 33 20 112 51 111
Binary 11001001 11010110 10011101 110 0 11011 10000 1001010 101001 1001001

Color Harmonies of #C9D69D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9D69D

Black with #C9D69D

Text Example


Text Example

White with #C9D69D

Text Example


Text Example

HTML Codes & Css Web 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>