Shades of Green Mist #C5C8A1
Tints of Green Mist #C5C8A1
RGB
CMYK
RGB Variations
Color information
#C5C8A1 (or 0xC5C8A1) is known color: Green Mist. HEX triplet: C5, C8 and A1. RGB value is (197,200,161). Sum of RGB (Red+Green+Blue) = 197+200+161=558 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.30% from 558); Green value is 200 (78.52% from 255 or 35.84% from 558); Blue value is 161 (63.28% from 255 or 28.85% from 558); Max value from RGB is 200 - color contains mainly: green. Hex color #C5C8A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5C8A1 is #3A375E. Grayscale: #C2C2C2. Windows color (decimal): -3815263 or 10602693. OLE color: 10602693.
HSL color Cylindrical-coordinate representation of color #C5C8A1: hue angle of 64.62º degrees, saturation: 0.26, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C5C8A1 is Cyan = 0.02, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 197 | 200 | 161 | - |
| CMYK | 0.02 | 0 | 0.19 | 0.22 |
| HSL | 64.62º | 0.26% | 0.71% | - |
| HSV(B) | 64.62º | 0.2% | 0.78% | - |
| XYZ | 50.11 | 55.75 | 41.84 | - |
| YUV | 194.66 | 109.01 | 129.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 200 | 161 | 0.02 | 0 | 0.19 | 0.22 | 64.62 | 0.26 | 0.71 |
| Hex | C5 | C8 | A1 | 2 | 0 | 13 | 16 | 41 | 1A | 47 |
| Octal | 305 | 310 | 241 | 2 | 0 | 23 | 26 | 101 | 32 | 107 |
| Binary | 11000101 | 11001000 | 10100001 | 10 | 0 | 10011 | 10110 | 1000001 | 11010 | 1000111 |
Color Harmonies of #C5C8A1
Complementary color
Monochromatic Colors of #C5C8A1
Black with #C5C8A1
Text Example
Text Example
White with #C5C8A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C8A1; }
p { color: rgb(197,200,161); }
H1.HeaderClassName
{
color: #C5C8A1;
}
.AnyTagClassName
{
color: #C5C8A1;
}
</style>
background-color css
<style>
a { background-color: #C5C8A1; }
a { background-color: rgb(197,200,161); }
div.DivClassName
{
background-color: #C5C8A1;
}
.BgClassName
{
background-color: #C5C8A1;
}
</style>
border-color css
<style>
span { border-color: #C5C8A1; }
span { border-color: rgb(197,200,161); }
td.TdClassName
{
border-color: #C5C8A1;
}
.TagClassName
{
border-color: #C5C8A1;
}
</style>