Shades of Green Mist #C5C995
Tints of Green Mist #C5C995
RGB
CMYK
RGB Variations
Color information
#C5C995 (or 0xC5C995) is known color: Green Mist. HEX triplet: C5, C9 and 95. RGB value is (197,201,149). Sum of RGB (Red+Green+Blue) = 197+201+149=547 (72% of max value = 765). Red value is 197 (77.34% from 255 or 36.01% from 547); Green value is 201 (78.91% from 255 or 36.75% from 547); Blue value is 149 (58.59% from 255 or 27.24% from 547); Max value from RGB is 201 - color contains mainly: green. Hex color #C5C995 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5C995 is #3A366A. Grayscale: #C2C2C2. Windows color (decimal): -3815019 or 9816517. OLE color: 9816517.
HSL color Cylindrical-coordinate representation of color #C5C995: hue angle of 64.62º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C5C995 is Cyan = 0.02, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 197 | 201 | 149 | - |
| CMYK | 0.02 | 0 | 0.26 | 0.21 |
| HSL | 64.62º | 0.33% | 0.69% | - |
| HSV(B) | 64.62º | 0.26% | 0.79% | - |
| XYZ | 49.34 | 55.81 | 36.61 | - |
| YUV | 193.88 | 102.67 | 130.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 201 | 149 | 0.02 | 0 | 0.26 | 0.21 | 64.62 | 0.33 | 0.69 |
| Hex | C5 | C9 | 95 | 2 | 0 | 1A | 15 | 41 | 20 | 45 |
| Octal | 305 | 311 | 225 | 2 | 0 | 32 | 25 | 101 | 40 | 105 |
| Binary | 11000101 | 11001001 | 10010101 | 10 | 0 | 11010 | 10101 | 1000001 | 100000 | 1000101 |
Color Harmonies of #C5C995
Complementary color
Monochromatic Colors of #C5C995
Black with #C5C995
Text Example
Text Example
White with #C5C995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C995; }
p { color: rgb(197,201,149); }
H1.HeaderClassName
{
color: #C5C995;
}
.AnyTagClassName
{
color: #C5C995;
}
</style>
background-color css
<style>
a { background-color: #C5C995; }
a { background-color: rgb(197,201,149); }
div.DivClassName
{
background-color: #C5C995;
}
.BgClassName
{
background-color: #C5C995;
}
</style>
border-color css
<style>
span { border-color: #C5C995; }
span { border-color: rgb(197,201,149); }
td.TdClassName
{
border-color: #C5C995;
}
.TagClassName
{
border-color: #C5C995;
}
</style>