Shades of Green Mist #C9C894
Tints of Green Mist #C9C894
RGB
CMYK
RGB Variations
Color information
#C9C894 (or 0xC9C894) is known color: Green Mist. HEX triplet: C9, C8 and 94. RGB value is (201,200,148). Sum of RGB (Red+Green+Blue) = 201+200+148=549 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.61% from 549); Green value is 200 (78.52% from 255 or 36.43% from 549); Blue value is 148 (58.20% from 255 or 26.96% from 549); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C894 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9C894 is #36376B. Grayscale: #C2C2C2. Windows color (decimal): -3553132 or 9750729. OLE color: 9750729.
HSL color Cylindrical-coordinate representation of color #C9C894: hue angle of 58.87º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C9C894 is Cyan = 0, Magento = 0.00, Yellow = 0.26 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 200 | 148 | - |
| CMYK | 0 | 0.00 | 0.26 | 0.21 |
| HSL | 58.87º | 0.33% | 0.68% | - |
| HSV(B) | 58.87º | 0.26% | 0.79% | - |
| XYZ | 50.09 | 55.86 | 36.16 | - |
| YUV | 194.37 | 101.83 | 132.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 200 | 148 | 0 | 0.00 | 0.26 | 0.21 | 58.87 | 0.33 | 0.68 |
| Hex | C9 | C8 | 94 | 0 | 0 | 1A | 15 | 3B | 21 | 44 |
| Octal | 311 | 310 | 224 | 0 | 0 | 32 | 25 | 73 | 41 | 104 |
| Binary | 11001001 | 11001000 | 10010100 | 0 | 0 | 11010 | 10101 | 111011 | 100001 | 1000100 |
Color Harmonies of #C9C894
Complementary color
Monochromatic Colors of #C9C894
Black with #C9C894
Text Example
Text Example
White with #C9C894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C894; }
p { color: rgb(201,200,148); }
H1.HeaderClassName
{
color: #C9C894;
}
.AnyTagClassName
{
color: #C9C894;
}
</style>
background-color css
<style>
a { background-color: #C9C894; }
a { background-color: rgb(201,200,148); }
div.DivClassName
{
background-color: #C9C894;
}
.BgClassName
{
background-color: #C9C894;
}
</style>
border-color css
<style>
span { border-color: #C9C894; }
span { border-color: rgb(201,200,148); }
td.TdClassName
{
border-color: #C9C894;
}
.TagClassName
{
border-color: #C9C894;
}
</style>