Shades of Green Mist #C6C49C
Tints of Green Mist #C6C49C
RGB
CMYK
RGB Variations
Color information
#C6C49C (or 0xC6C49C) is known color: Green Mist. HEX triplet: C6, C4 and 9C. RGB value is (198,196,156). Sum of RGB (Red+Green+Blue) = 198+196+156=550 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36% from 550); Green value is 196 (76.95% from 255 or 35.64% from 550); Blue value is 156 (61.33% from 255 or 28.36% from 550); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C49C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6C49C is #393B63. Grayscale: #C0C0C0. Windows color (decimal): -3750756 or 10273990. OLE color: 10273990.
HSL color Cylindrical-coordinate representation of color #C6C49C: hue angle of 57.14º degrees, saturation: 0.27, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C6C49C is Cyan = 0, Magento = 0.01, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 196 | 156 | - |
| CMYK | 0 | 0.01 | 0.21 | 0.22 |
| HSL | 57.14º | 0.27% | 0.69% | - |
| HSV(B) | 57.14º | 0.21% | 0.78% | - |
| XYZ | 49.03 | 53.89 | 39.27 | - |
| YUV | 192.04 | 107.66 | 132.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 196 | 156 | 0 | 0.01 | 0.21 | 0.22 | 57.14 | 0.27 | 0.69 |
| Hex | C6 | C4 | 9C | 0 | 1 | 15 | 16 | 39 | 1B | 45 |
| Octal | 306 | 304 | 234 | 0 | 1 | 25 | 26 | 71 | 33 | 105 |
| Binary | 11000110 | 11000100 | 10011100 | 0 | 1 | 10101 | 10110 | 111001 | 11011 | 1000101 |
Color Harmonies of #C6C49C
Complementary color
Monochromatic Colors of #C6C49C
Black with #C6C49C
Text Example
Text Example
White with #C6C49C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C49C; }
p { color: rgb(198,196,156); }
H1.HeaderClassName
{
color: #C6C49C;
}
.AnyTagClassName
{
color: #C6C49C;
}
</style>
background-color css
<style>
a { background-color: #C6C49C; }
a { background-color: rgb(198,196,156); }
div.DivClassName
{
background-color: #C6C49C;
}
.BgClassName
{
background-color: #C6C49C;
}
</style>
border-color css
<style>
span { border-color: #C6C49C; }
span { border-color: rgb(198,196,156); }
td.TdClassName
{
border-color: #C6C49C;
}
.TagClassName
{
border-color: #C6C49C;
}
</style>