Shades of Green Mist #C7C894
Tints of Green Mist #C7C894
RGB
CMYK
RGB Variations
Color information
#C7C894 (or 0xC7C894) is known color: Green Mist. HEX triplet: C7, C8 and 94. RGB value is (199,200,148). Sum of RGB (Red+Green+Blue) = 199+200+148=547 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.38% from 547); Green value is 200 (78.52% from 255 or 36.56% from 547); Blue value is 148 (58.20% from 255 or 27.06% from 547); Max value from RGB is 200 - color contains mainly: green. Hex color #C7C894 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7C894 is #38376B. Grayscale: #C1C1C1. Windows color (decimal): -3684204 or 9750727. OLE color: 9750727.
HSL color Cylindrical-coordinate representation of color #C7C894: hue angle of 61.15º degrees, saturation: 0.32, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C7C894 is Cyan = 0.00, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 200 | 148 | - |
| CMYK | 0.00 | 0 | 0.26 | 0.22 |
| HSL | 61.15º | 0.32% | 0.68% | - |
| HSV(B) | 61.15º | 0.26% | 0.78% | - |
| XYZ | 49.55 | 55.59 | 36.13 | - |
| YUV | 193.77 | 102.17 | 131.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 200 | 148 | 0.00 | 0 | 0.26 | 0.22 | 61.15 | 0.32 | 0.68 |
| Hex | C7 | C8 | 94 | 0 | 0 | 1A | 16 | 3D | 20 | 44 |
| Octal | 307 | 310 | 224 | 0 | 0 | 32 | 26 | 75 | 40 | 104 |
| Binary | 11000111 | 11001000 | 10010100 | 0 | 0 | 11010 | 10110 | 111101 | 100000 | 1000100 |
Color Harmonies of #C7C894
Complementary color
Monochromatic Colors of #C7C894
Black with #C7C894
Text Example
Text Example
White with #C7C894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C894; }
p { color: rgb(199,200,148); }
H1.HeaderClassName
{
color: #C7C894;
}
.AnyTagClassName
{
color: #C7C894;
}
</style>
background-color css
<style>
a { background-color: #C7C894; }
a { background-color: rgb(199,200,148); }
div.DivClassName
{
background-color: #C7C894;
}
.BgClassName
{
background-color: #C7C894;
}
</style>
border-color css
<style>
span { border-color: #C7C894; }
span { border-color: rgb(199,200,148); }
td.TdClassName
{
border-color: #C7C894;
}
.TagClassName
{
border-color: #C7C894;
}
</style>