Shades of Green Mist #C5C894
Tints of Green Mist #C5C894
RGB
CMYK
RGB Variations
Color information
#C5C894 (or 0xC5C894) is known color: Green Mist. HEX triplet: C5, C8 and 94. RGB value is (197,200,148). Sum of RGB (Red+Green+Blue) = 197+200+148=545 (72% of max value = 765). Red value is 197 (77.34% from 255 or 36.15% from 545); Green value is 200 (78.52% from 255 or 36.70% from 545); Blue value is 148 (58.20% from 255 or 27.16% from 545); Max value from RGB is 200 - color contains mainly: green. Hex color #C5C894 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5C894 is #3A376B. Grayscale: #C1C1C1. Windows color (decimal): -3815276 or 9750725. OLE color: 9750725.
HSL color Cylindrical-coordinate representation of color #C5C894: hue angle of 63.46º 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 #C5C894 is Cyan = 0.02, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 197 | 200 | 148 | - |
| CMYK | 0.02 | 0 | 0.26 | 0.22 |
| HSL | 63.46º | 0.32% | 0.68% | - |
| HSV(B) | 63.46º | 0.26% | 0.78% | - |
| XYZ | 49.03 | 55.32 | 36.11 | - |
| YUV | 193.18 | 102.51 | 130.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 200 | 148 | 0.02 | 0 | 0.26 | 0.22 | 63.46 | 0.32 | 0.68 |
| Hex | C5 | C8 | 94 | 2 | 0 | 1A | 16 | 3F | 20 | 44 |
| Octal | 305 | 310 | 224 | 2 | 0 | 32 | 26 | 77 | 40 | 104 |
| Binary | 11000101 | 11001000 | 10010100 | 10 | 0 | 11010 | 10110 | 111111 | 100000 | 1000100 |
Color Harmonies of #C5C894
Complementary color
Monochromatic Colors of #C5C894
Black with #C5C894
Text Example
Text Example
White with #C5C894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C894; }
p { color: rgb(197,200,148); }
H1.HeaderClassName
{
color: #C5C894;
}
.AnyTagClassName
{
color: #C5C894;
}
</style>
background-color css
<style>
a { background-color: #C5C894; }
a { background-color: rgb(197,200,148); }
div.DivClassName
{
background-color: #C5C894;
}
.BgClassName
{
background-color: #C5C894;
}
</style>
border-color css
<style>
span { border-color: #C5C894; }
span { border-color: rgb(197,200,148); }
td.TdClassName
{
border-color: #C5C894;
}
.TagClassName
{
border-color: #C5C894;
}
</style>