Shades of Tea Green #C9E6BD
Tints of Tea Green #C9E6BD
RGB
CMYK
RGB Variations
Color information
#C9E6BD (or 0xC9E6BD) is known color: Tea Green. HEX triplet: C9, E6 and BD. RGB value is (201,230,189). Sum of RGB (Red+Green+Blue) = 201+230+189=620 (82% of max value = 765). Red value is 201 (78.91% from 255 or 32.42% from 620); Green value is 230 (90.23% from 255 or 37.10% from 620); Blue value is 189 (74.22% from 255 or 30.48% from 620); Max value from RGB is 230 - color contains mainly: green. Hex color #C9E6BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C9E6BD is #361942. Grayscale: #D8D8D8. Windows color (decimal): -3545411 or 12445385. OLE color: 12445385.
HSL color Cylindrical-coordinate representation of color #C9E6BD: hue angle of 102.44º degrees, saturation: 0.45, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C9E6BD is Cyan = 0.13, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 201 | 230 | 189 | - |
| CMYK | 0.13 | 0 | 0.18 | 0.10 |
| HSL | 102.44º | 0.45% | 0.82% | - |
| HSV(B) | 102.44º | 0.18% | 0.9% | - |
| XYZ | 61.57 | 72.69 | 58.93 | - |
| YUV | 216.66 | 112.39 | 116.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 230 | 189 | 0.13 | 0 | 0.18 | 0.10 | 102.44 | 0.45 | 0.82 |
| Hex | C9 | E6 | BD | D | 0 | 12 | A | 66 | 2D | 52 |
| Octal | 311 | 346 | 275 | 15 | 0 | 22 | 12 | 146 | 55 | 122 |
| Binary | 11001001 | 11100110 | 10111101 | 1101 | 0 | 10010 | 1010 | 1100110 | 101101 | 1010010 |
Color Harmonies of #C9E6BD
Complementary color
Monochromatic Colors of #C9E6BD
Black with #C9E6BD
Text Example
Text Example
White with #C9E6BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9E6BD; }
p { color: rgb(201,230,189); }
H1.HeaderClassName
{
color: #C9E6BD;
}
.AnyTagClassName
{
color: #C9E6BD;
}
</style>
background-color css
<style>
a { background-color: #C9E6BD; }
a { background-color: rgb(201,230,189); }
div.DivClassName
{
background-color: #C9E6BD;
}
.BgClassName
{
background-color: #C9E6BD;
}
</style>
border-color css
<style>
span { border-color: #C9E6BD; }
span { border-color: rgb(201,230,189); }
td.TdClassName
{
border-color: #C9E6BD;
}
.TagClassName
{
border-color: #C9E6BD;
}
</style>