Shades of Green Mist #C8CC96
Tints of Green Mist #C8CC96
RGB
CMYK
RGB Variations
Color information
#C8CC96 (or 0xC8CC96) is known color: Green Mist. HEX triplet: C8, CC and 96. RGB value is (200,204,150). Sum of RGB (Red+Green+Blue) = 200+204+150=554 (73% of max value = 765). Red value is 200 (78.52% from 255 or 36.10% from 554); Green value is 204 (80.08% from 255 or 36.82% from 554); Blue value is 150 (58.98% from 255 or 27.08% from 554); Max value from RGB is 204 - color contains mainly: green. Hex color #C8CC96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8CC96 is #373369. Grayscale: #C4C4C4. Windows color (decimal): -3617642 or 9882824. OLE color: 9882824.
HSL color Cylindrical-coordinate representation of color #C8CC96: hue angle of 64.44º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C8CC96 is Cyan = 0.02, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 200 | 204 | 150 | - |
| CMYK | 0.02 | 0 | 0.26 | 0.2 |
| HSL | 64.44º | 0.35% | 0.69% | - |
| HSV(B) | 64.44º | 0.26% | 0.8% | - |
| XYZ | 50.92 | 57.67 | 37.3 | - |
| YUV | 196.65 | 101.67 | 130.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 204 | 150 | 0.02 | 0 | 0.26 | 0.2 | 64.44 | 0.35 | 0.69 |
| Hex | C8 | CC | 96 | 2 | 0 | 1A | 14 | 40 | 23 | 45 |
| Octal | 310 | 314 | 226 | 2 | 0 | 32 | 24 | 100 | 43 | 105 |
| Binary | 11001000 | 11001100 | 10010110 | 10 | 0 | 11010 | 10100 | 1000000 | 100011 | 1000101 |
Color Harmonies of #C8CC96
Complementary color
Monochromatic Colors of #C8CC96
Black with #C8CC96
Text Example
Text Example
White with #C8CC96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CC96; }
p { color: rgb(200,204,150); }
H1.HeaderClassName
{
color: #C8CC96;
}
.AnyTagClassName
{
color: #C8CC96;
}
</style>
background-color css
<style>
a { background-color: #C8CC96; }
a { background-color: rgb(200,204,150); }
div.DivClassName
{
background-color: #C8CC96;
}
.BgClassName
{
background-color: #C8CC96;
}
</style>
border-color css
<style>
span { border-color: #C8CC96; }
span { border-color: rgb(200,204,150); }
td.TdClassName
{
border-color: #C8CC96;
}
.TagClassName
{
border-color: #C8CC96;
}
</style>