Shades of Green Mist #C8CD9C
Tints of Green Mist #C8CD9C
RGB
CMYK
RGB Variations
Color information
#C8CD9C (or 0xC8CD9C) is known color: Green Mist. HEX triplet: C8, CD and 9C. RGB value is (200,205,156). Sum of RGB (Red+Green+Blue) = 200+205+156=561 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.65% from 561); Green value is 205 (80.47% from 255 or 36.54% from 561); Blue value is 156 (61.33% from 255 or 27.81% from 561); Max value from RGB is 205 - color contains mainly: green. Hex color #C8CD9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8CD9C is #373263. Grayscale: #C6C6C6. Windows color (decimal): -3617380 or 10276296. OLE color: 10276296.
HSL color Cylindrical-coordinate representation of color #C8CD9C: hue angle of 66.12º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C8CD9C is Cyan = 0.02, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 200 | 205 | 156 | - |
| CMYK | 0.02 | 0 | 0.24 | 0.20 |
| HSL | 66.12º | 0.33% | 0.71% | - |
| HSV(B) | 66.12º | 0.24% | 0.8% | - |
| XYZ | 51.65 | 58.34 | 39.99 | - |
| YUV | 197.92 | 104.34 | 129.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 205 | 156 | 0.02 | 0 | 0.24 | 0.20 | 66.12 | 0.33 | 0.71 |
| Hex | C8 | CD | 9C | 2 | 0 | 18 | 14 | 42 | 21 | 47 |
| Octal | 310 | 315 | 234 | 2 | 0 | 30 | 24 | 102 | 41 | 107 |
| Binary | 11001000 | 11001101 | 10011100 | 10 | 0 | 11000 | 10100 | 1000010 | 100001 | 1000111 |
Color Harmonies of #C8CD9C
Complementary color
Monochromatic Colors of #C8CD9C
Black with #C8CD9C
Text Example
Text Example
White with #C8CD9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CD9C; }
p { color: rgb(200,205,156); }
H1.HeaderClassName
{
color: #C8CD9C;
}
.AnyTagClassName
{
color: #C8CD9C;
}
</style>
background-color css
<style>
a { background-color: #C8CD9C; }
a { background-color: rgb(200,205,156); }
div.DivClassName
{
background-color: #C8CD9C;
}
.BgClassName
{
background-color: #C8CD9C;
}
</style>
border-color css
<style>
span { border-color: #C8CD9C; }
span { border-color: rgb(200,205,156); }
td.TdClassName
{
border-color: #C8CD9C;
}
.TagClassName
{
border-color: #C8CD9C;
}
</style>