Shades of Pale Leaf #C9D99B
Tints of Pale Leaf #C9D99B
RGB
CMYK
RGB Variations
Color information
#C9D99B (or 0xC9D99B) is known color: 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
| RGB | 201 | 217 | 155 | - |
| CMYK | 0.07 | 0 | 0.29 | 0.15 |
| HSL | 75.48º | 0.45% | 0.73% | - |
| HSV(B) | 75.48º | 0.29% | 0.85% | - |
| XYZ | 54.82 | 64.41 | 40.55 | - |
| YUV | 205.15 | 99.7 | 125.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 217 | 155 | 0.07 | 0 | 0.29 | 0.15 | 75.48 | 0.45 | 0.73 |
| Hex | C9 | D9 | 9B | 7 | 0 | 1D | F | 4B | 2D | 49 |
| Octal | 311 | 331 | 233 | 7 | 0 | 35 | 17 | 113 | 55 | 111 |
| Binary | 11001001 | 11011001 | 10011011 | 111 | 0 | 11101 | 1111 | 1001011 | 101101 | 1001001 |
Color Harmonies of #C9D99B
Complementary color
Monochromatic Colors of #C9D99B
Black with #C9D99B
Text Example
Text Example
White with #C9D99B
Text Example
Text Example
HTML Codes & Css Web 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>