Shades of Pale Leaf #C5D29C
Tints of Pale Leaf #C5D29C
RGB
CMYK
RGB Variations
Color information
#C5D29C (or 0xC5D29C) is known color: Pale Leaf. HEX triplet: C5, D2 and 9C. RGB value is (197,210,156). Sum of RGB (Red+Green+Blue) = 197+210+156=563 (74% of max value = 765). Red value is 197 (77.34% from 255 or 34.99% from 563); Green value is 210 (82.42% from 255 or 37.30% from 563); Blue value is 156 (61.33% from 255 or 27.71% from 563); Max value from RGB is 210 - color contains mainly: green. Hex color #C5D29C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5D29C is #3A2D63. Grayscale: #C8C8C8. Windows color (decimal): -3812708 or 10277573. OLE color: 10277573.
HSL color Cylindrical-coordinate representation of color #C5D29C: hue angle of 74.44º degrees, saturation: 0.38, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C5D29C is Cyan = 0.06, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 197 | 210 | 156 | - |
| CMYK | 0.06 | 0 | 0.26 | 0.18 |
| HSL | 74.44º | 0.38% | 0.72% | - |
| HSV(B) | 74.44º | 0.26% | 0.82% | - |
| XYZ | 52.07 | 60.36 | 40.36 | - |
| YUV | 199.96 | 103.19 | 125.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 210 | 156 | 0.06 | 0 | 0.26 | 0.18 | 74.44 | 0.38 | 0.72 |
| Hex | C5 | D2 | 9C | 6 | 0 | 1A | 12 | 4A | 26 | 48 |
| Octal | 305 | 322 | 234 | 6 | 0 | 32 | 22 | 112 | 46 | 110 |
| Binary | 11000101 | 11010010 | 10011100 | 110 | 0 | 11010 | 10010 | 1001010 | 100110 | 1001000 |
Color Harmonies of #C5D29C
Complementary color
Monochromatic Colors of #C5D29C
Black with #C5D29C
Text Example
Text Example
White with #C5D29C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D29C; }
p { color: rgb(197,210,156); }
H1.HeaderClassName
{
color: #C5D29C;
}
.AnyTagClassName
{
color: #C5D29C;
}
</style>
background-color css
<style>
a { background-color: #C5D29C; }
a { background-color: rgb(197,210,156); }
div.DivClassName
{
background-color: #C5D29C;
}
.BgClassName
{
background-color: #C5D29C;
}
</style>
border-color css
<style>
span { border-color: #C5D29C; }
span { border-color: rgb(197,210,156); }
td.TdClassName
{
border-color: #C5D29C;
}
.TagClassName
{
border-color: #C5D29C;
}
</style>