Shades of Green Mist #C8C69C
Tints of Green Mist #C8C69C
RGB
CMYK
RGB Variations
Color information
#C8C69C (or 0xC8C69C) is known color: Green Mist. HEX triplet: C8, C6 and 9C. RGB value is (200,198,156). Sum of RGB (Red+Green+Blue) = 200+198+156=554 (73% of max value = 765). Red value is 200 (78.52% from 255 or 36.10% from 554); Green value is 198 (77.73% from 255 or 35.74% from 554); Blue value is 156 (61.33% from 255 or 28.16% from 554); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C69C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8C69C is #373963. Grayscale: #C1C1C1. Windows color (decimal): -3619172 or 10274504. OLE color: 10274504.
HSL color Cylindrical-coordinate representation of color #C8C69C: hue angle of 57.27º degrees, saturation: 0.29, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C8C69C is Cyan = 0, Magento = 0.01, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 198 | 156 | - |
| CMYK | 0 | 0.01 | 0.22 | 0.22 |
| HSL | 57.27º | 0.29% | 0.7% | - |
| HSV(B) | 57.27º | 0.22% | 0.78% | - |
| XYZ | 50.01 | 55.07 | 39.45 | - |
| YUV | 193.81 | 106.66 | 132.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 198 | 156 | 0 | 0.01 | 0.22 | 0.22 | 57.27 | 0.29 | 0.7 |
| Hex | C8 | C6 | 9C | 0 | 1 | 16 | 16 | 39 | 1D | 46 |
| Octal | 310 | 306 | 234 | 0 | 1 | 26 | 26 | 71 | 35 | 106 |
| Binary | 11001000 | 11000110 | 10011100 | 0 | 1 | 10110 | 10110 | 111001 | 11101 | 1000110 |
Color Harmonies of #C8C69C
Complementary color
Monochromatic Colors of #C8C69C
Black with #C8C69C
Text Example
Text Example
White with #C8C69C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C69C; }
p { color: rgb(200,198,156); }
H1.HeaderClassName
{
color: #C8C69C;
}
.AnyTagClassName
{
color: #C8C69C;
}
</style>
background-color css
<style>
a { background-color: #C8C69C; }
a { background-color: rgb(200,198,156); }
div.DivClassName
{
background-color: #C8C69C;
}
.BgClassName
{
background-color: #C8C69C;
}
</style>
border-color css
<style>
span { border-color: #C8C69C; }
span { border-color: rgb(200,198,156); }
td.TdClassName
{
border-color: #C8C69C;
}
.TagClassName
{
border-color: #C8C69C;
}
</style>