Shades of Green Mist #C8C796
Tints of Green Mist #C8C796
RGB
CMYK
RGB Variations
Color information
#C8C796 (or 0xC8C796) is known color: Green Mist. HEX triplet: C8, C7 and 96. RGB value is (200,199,150). Sum of RGB (Red+Green+Blue) = 200+199+150=549 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.43% from 549); Green value is 199 (78.12% from 255 or 36.25% from 549); Blue value is 150 (58.98% from 255 or 27.32% from 549); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C796 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8C796 is #373869. Grayscale: #C1C1C1. Windows color (decimal): -3618922 or 9881544. OLE color: 9881544.
HSL color Cylindrical-coordinate representation of color #C8C796: hue angle of 58.8º degrees, saturation: 0.31, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C8C796 is Cyan = 0, Magento = 0.00, Yellow = 0.25 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 199 | 150 | - |
| CMYK | 0 | 0.00 | 0.25 | 0.22 |
| HSL | 58.8º | 0.31% | 0.69% | - |
| HSV(B) | 58.8º | 0.25% | 0.78% | - |
| XYZ | 49.75 | 55.33 | 36.91 | - |
| YUV | 193.71 | 103.33 | 132.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 199 | 150 | 0 | 0.00 | 0.25 | 0.22 | 58.8 | 0.31 | 0.69 |
| Hex | C8 | C7 | 96 | 0 | 0 | 19 | 16 | 3B | 1F | 45 |
| Octal | 310 | 307 | 226 | 0 | 0 | 31 | 26 | 73 | 37 | 105 |
| Binary | 11001000 | 11000111 | 10010110 | 0 | 0 | 11001 | 10110 | 111011 | 11111 | 1000101 |
Color Harmonies of #C8C796
Complementary color
Monochromatic Colors of #C8C796
Black with #C8C796
Text Example
Text Example
White with #C8C796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C796; }
p { color: rgb(200,199,150); }
H1.HeaderClassName
{
color: #C8C796;
}
.AnyTagClassName
{
color: #C8C796;
}
</style>
background-color css
<style>
a { background-color: #C8C796; }
a { background-color: rgb(200,199,150); }
div.DivClassName
{
background-color: #C8C796;
}
.BgClassName
{
background-color: #C8C796;
}
</style>
border-color css
<style>
span { border-color: #C8C796; }
span { border-color: rgb(200,199,150); }
td.TdClassName
{
border-color: #C8C796;
}
.TagClassName
{
border-color: #C8C796;
}
</style>