Shades of Pale Leaf #C6D89E
Tints of Pale Leaf #C6D89E
RGB
CMYK
RGB Variations
Color information
#C6D89E (or 0xC6D89E) is known color: Pale Leaf. HEX triplet: C6, D8 and 9E. RGB value is (198,216,158). Sum of RGB (Red+Green+Blue) = 198+216+158=572 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.62% from 572); Green value is 216 (84.77% from 255 or 37.76% from 572); Blue value is 158 (62.11% from 255 or 27.62% from 572); Max value from RGB is 216 - color contains mainly: green. Hex color #C6D89E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6D89E is #392761. Grayscale: #CCCCCC. Windows color (decimal): -3745634 or 10410182. OLE color: 10410182.
HSL color Cylindrical-coordinate representation of color #C6D89E: hue angle of 78.62º degrees, saturation: 0.43, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C6D89E is Cyan = 0.08, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 198 | 216 | 158 | - |
| CMYK | 0.08 | 0 | 0.27 | 0.15 |
| HSL | 78.62º | 0.43% | 0.73% | - |
| HSV(B) | 78.62º | 0.27% | 0.85% | - |
| XYZ | 54.02 | 63.59 | 41.77 | - |
| YUV | 204.01 | 102.04 | 123.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 216 | 158 | 0.08 | 0 | 0.27 | 0.15 | 78.62 | 0.43 | 0.73 |
| Hex | C6 | D8 | 9E | 8 | 0 | 1B | F | 4F | 2B | 49 |
| Octal | 306 | 330 | 236 | 10 | 0 | 33 | 17 | 117 | 53 | 111 |
| Binary | 11000110 | 11011000 | 10011110 | 1000 | 0 | 11011 | 1111 | 1001111 | 101011 | 1001001 |
Color Harmonies of #C6D89E
Complementary color
Monochromatic Colors of #C6D89E
Black with #C6D89E
Text Example
Text Example
White with #C6D89E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6D89E; }
p { color: rgb(198,216,158); }
H1.HeaderClassName
{
color: #C6D89E;
}
.AnyTagClassName
{
color: #C6D89E;
}
</style>
background-color css
<style>
a { background-color: #C6D89E; }
a { background-color: rgb(198,216,158); }
div.DivClassName
{
background-color: #C6D89E;
}
.BgClassName
{
background-color: #C6D89E;
}
</style>
border-color css
<style>
span { border-color: #C6D89E; }
span { border-color: rgb(198,216,158); }
td.TdClassName
{
border-color: #C6D89E;
}
.TagClassName
{
border-color: #C6D89E;
}
</style>