Shades of Pale Leaf #C6D29E
Tints of Pale Leaf #C6D29E
RGB
CMYK
RGB Variations
Color information
#C6D29E (or 0xC6D29E) is known color: Pale Leaf. HEX triplet: C6, D2 and 9E. RGB value is (198,210,158). Sum of RGB (Red+Green+Blue) = 198+210+158=566 (74% of max value = 765). Red value is 198 (77.73% from 255 or 34.98% from 566); Green value is 210 (82.42% from 255 or 37.10% from 566); Blue value is 158 (62.11% from 255 or 27.92% from 566); Max value from RGB is 210 - color contains mainly: green. Hex color #C6D29E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6D29E is #392D61. Grayscale: #C8C8C8. Windows color (decimal): -3747170 or 10408646. OLE color: 10408646.
HSL color Cylindrical-coordinate representation of color #C6D29E: hue angle of 73.85º degrees, saturation: 0.37, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C6D29E is Cyan = 0.06, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 198 | 210 | 158 | - |
| CMYK | 0.06 | 0 | 0.25 | 0.18 |
| HSL | 73.85º | 0.37% | 0.72% | - |
| HSV(B) | 73.85º | 0.25% | 0.82% | - |
| XYZ | 52.51 | 60.57 | 41.27 | - |
| YUV | 200.48 | 104.02 | 126.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 210 | 158 | 0.06 | 0 | 0.25 | 0.18 | 73.85 | 0.37 | 0.72 |
| Hex | C6 | D2 | 9E | 6 | 0 | 19 | 12 | 4A | 25 | 48 |
| Octal | 306 | 322 | 236 | 6 | 0 | 31 | 22 | 112 | 45 | 110 |
| Binary | 11000110 | 11010010 | 10011110 | 110 | 0 | 11001 | 10010 | 1001010 | 100101 | 1001000 |
Color Harmonies of #C6D29E
Complementary color
Monochromatic Colors of #C6D29E
Black with #C6D29E
Text Example
Text Example
White with #C6D29E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6D29E; }
p { color: rgb(198,210,158); }
H1.HeaderClassName
{
color: #C6D29E;
}
.AnyTagClassName
{
color: #C6D29E;
}
</style>
background-color css
<style>
a { background-color: #C6D29E; }
a { background-color: rgb(198,210,158); }
div.DivClassName
{
background-color: #C6D29E;
}
.BgClassName
{
background-color: #C6D29E;
}
</style>
border-color css
<style>
span { border-color: #C6D29E; }
span { border-color: rgb(198,210,158); }
td.TdClassName
{
border-color: #C6D29E;
}
.TagClassName
{
border-color: #C6D29E;
}
</style>