Shades of Green Mist #C0C698
Tints of Green Mist #C0C698
RGB
CMYK
RGB Variations
Color information
#C0C698 (or 0xC0C698) is known color: Green Mist. HEX triplet: C0, C6 and 98. RGB value is (192,198,152). Sum of RGB (Red+Green+Blue) = 192+198+152=542 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.42% from 542); Green value is 198 (77.73% from 255 or 36.53% from 542); Blue value is 152 (59.77% from 255 or 28.04% from 542); Max value from RGB is 198 - color contains mainly: green. Hex color #C0C698 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0C698 is #3F3967. Grayscale: #BFBFBF. Windows color (decimal): -4143464 or 10012352. OLE color: 10012352.
HSL color Cylindrical-coordinate representation of color #C0C698: hue angle of 67.83º degrees, saturation: 0.29, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C0C698 is Cyan = 0.03, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 192 | 198 | 152 | - |
| CMYK | 0.03 | 0 | 0.23 | 0.22 |
| HSL | 67.83º | 0.29% | 0.69% | - |
| HSV(B) | 67.83º | 0.23% | 0.78% | - |
| XYZ | 47.6 | 53.86 | 37.59 | - |
| YUV | 190.96 | 106.01 | 128.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 198 | 152 | 0.03 | 0 | 0.23 | 0.22 | 67.83 | 0.29 | 0.69 |
| Hex | C0 | C6 | 98 | 3 | 0 | 17 | 16 | 44 | 1D | 45 |
| Octal | 300 | 306 | 230 | 3 | 0 | 27 | 26 | 104 | 35 | 105 |
| Binary | 11000000 | 11000110 | 10011000 | 11 | 0 | 10111 | 10110 | 1000100 | 11101 | 1000101 |
Color Harmonies of #C0C698
Complementary color
Monochromatic Colors of #C0C698
Black with #C0C698
Text Example
Text Example
White with #C0C698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C698; }
p { color: rgb(192,198,152); }
H1.HeaderClassName
{
color: #C0C698;
}
.AnyTagClassName
{
color: #C0C698;
}
</style>
background-color css
<style>
a { background-color: #C0C698; }
a { background-color: rgb(192,198,152); }
div.DivClassName
{
background-color: #C0C698;
}
.BgClassName
{
background-color: #C0C698;
}
</style>
border-color css
<style>
span { border-color: #C0C698; }
span { border-color: rgb(192,198,152); }
td.TdClassName
{
border-color: #C0C698;
}
.TagClassName
{
border-color: #C0C698;
}
</style>