Shades of Green Mist #C6D097
Tints of Green Mist #C6D097
RGB
CMYK
RGB Variations
Color information
#C6D097 (or 0xC6D097) is known color: Green Mist. HEX triplet: C6, D0 and 97. RGB value is (198,208,151). Sum of RGB (Red+Green+Blue) = 198+208+151=557 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.55% from 557); Green value is 208 (81.64% from 255 or 37.34% from 557); Blue value is 151 (59.38% from 255 or 27.11% from 557); Max value from RGB is 208 - color contains mainly: green. Hex color #C6D097 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6D097 is #392F68. Grayscale: #C6C6C6. Windows color (decimal): -3747689 or 9949382. OLE color: 9949382.
HSL color Cylindrical-coordinate representation of color #C6D097: hue angle of 70.53º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C6D097 is Cyan = 0.05, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 198 | 208 | 151 | - |
| CMYK | 0.05 | 0 | 0.27 | 0.18 |
| HSL | 70.53º | 0.38% | 0.7% | - |
| HSV(B) | 70.53º | 0.27% | 0.82% | - |
| XYZ | 51.43 | 59.35 | 38.02 | - |
| YUV | 198.51 | 101.19 | 127.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 208 | 151 | 0.05 | 0 | 0.27 | 0.18 | 70.53 | 0.38 | 0.7 |
| Hex | C6 | D0 | 97 | 5 | 0 | 1B | 12 | 47 | 26 | 46 |
| Octal | 306 | 320 | 227 | 5 | 0 | 33 | 22 | 107 | 46 | 106 |
| Binary | 11000110 | 11010000 | 10010111 | 101 | 0 | 11011 | 10010 | 1000111 | 100110 | 1000110 |
Color Harmonies of #C6D097
Complementary color
Monochromatic Colors of #C6D097
Black with #C6D097
Text Example
Text Example
White with #C6D097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6D097; }
p { color: rgb(198,208,151); }
H1.HeaderClassName
{
color: #C6D097;
}
.AnyTagClassName
{
color: #C6D097;
}
</style>
background-color css
<style>
a { background-color: #C6D097; }
a { background-color: rgb(198,208,151); }
div.DivClassName
{
background-color: #C6D097;
}
.BgClassName
{
background-color: #C6D097;
}
</style>
border-color css
<style>
span { border-color: #C6D097; }
span { border-color: rgb(198,208,151); }
td.TdClassName
{
border-color: #C6D097;
}
.TagClassName
{
border-color: #C6D097;
}
</style>