Shades of Green Mist #C6C297
Tints of Green Mist #C6C297
RGB
CMYK
RGB Variations
Color information
#C6C297 (or 0xC6C297) is known color: Green Mist. HEX triplet: C6, C2 and 97. RGB value is (198,194,151). Sum of RGB (Red+Green+Blue) = 198+194+151=543 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.46% from 543); Green value is 194 (76.17% from 255 or 35.73% from 543); Blue value is 151 (59.38% from 255 or 27.81% from 543); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C297 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6C297 is #393D68. Grayscale: #BEBEBE. Windows color (decimal): -3751273 or 9945798. OLE color: 9945798.
HSL color Cylindrical-coordinate representation of color #C6C297: hue angle of 54.89º degrees, saturation: 0.29, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C6C297 is Cyan = 0, Magento = 0.02, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 194 | 151 | - |
| CMYK | 0 | 0.02 | 0.24 | 0.22 |
| HSL | 54.89º | 0.29% | 0.68% | - |
| HSV(B) | 54.89º | 0.24% | 0.78% | - |
| XYZ | 48.17 | 52.82 | 36.94 | - |
| YUV | 190.29 | 105.83 | 133.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 194 | 151 | 0 | 0.02 | 0.24 | 0.22 | 54.89 | 0.29 | 0.68 |
| Hex | C6 | C2 | 97 | 0 | 2 | 18 | 16 | 37 | 1D | 44 |
| Octal | 306 | 302 | 227 | 0 | 2 | 30 | 26 | 67 | 35 | 104 |
| Binary | 11000110 | 11000010 | 10010111 | 0 | 10 | 11000 | 10110 | 110111 | 11101 | 1000100 |
Color Harmonies of #C6C297
Complementary color
Monochromatic Colors of #C6C297
Black with #C6C297
Text Example
Text Example
White with #C6C297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C297; }
p { color: rgb(198,194,151); }
H1.HeaderClassName
{
color: #C6C297;
}
.AnyTagClassName
{
color: #C6C297;
}
</style>
background-color css
<style>
a { background-color: #C6C297; }
a { background-color: rgb(198,194,151); }
div.DivClassName
{
background-color: #C6C297;
}
.BgClassName
{
background-color: #C6C297;
}
</style>
border-color css
<style>
span { border-color: #C6C297; }
span { border-color: rgb(198,194,151); }
td.TdClassName
{
border-color: #C6C297;
}
.TagClassName
{
border-color: #C6C297;
}
</style>