Shades of Green Mist #C2C698
Tints of Green Mist #C2C698
RGB
CMYK
RGB Variations
Color information
#C2C698 (or 0xC2C698) is known color: Green Mist. HEX triplet: C2, C6 and 98. RGB value is (194,198,152). Sum of RGB (Red+Green+Blue) = 194+198+152=544 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.66% from 544); Green value is 198 (77.73% from 255 or 36.40% from 544); Blue value is 152 (59.77% from 255 or 27.94% from 544); Max value from RGB is 198 - color contains mainly: green. Hex color #C2C698 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2C698 is #3D3967. Grayscale: #BFBFBF. Windows color (decimal): -4012392 or 10012354. OLE color: 10012354.
HSL color Cylindrical-coordinate representation of color #C2C698: hue angle of 65.22º 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 #C2C698 is Cyan = 0.02, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 194 | 198 | 152 | - |
| CMYK | 0.02 | 0 | 0.23 | 0.22 |
| HSL | 65.22º | 0.29% | 0.69% | - |
| HSV(B) | 65.22º | 0.23% | 0.78% | - |
| XYZ | 48.11 | 54.12 | 37.62 | - |
| YUV | 191.56 | 105.67 | 129.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 198 | 152 | 0.02 | 0 | 0.23 | 0.22 | 65.22 | 0.29 | 0.69 |
| Hex | C2 | C6 | 98 | 2 | 0 | 17 | 16 | 41 | 1D | 45 |
| Octal | 302 | 306 | 230 | 2 | 0 | 27 | 26 | 101 | 35 | 105 |
| Binary | 11000010 | 11000110 | 10011000 | 10 | 0 | 10111 | 10110 | 1000001 | 11101 | 1000101 |
Color Harmonies of #C2C698
Complementary color
Monochromatic Colors of #C2C698
Black with #C2C698
Text Example
Text Example
White with #C2C698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C698; }
p { color: rgb(194,198,152); }
H1.HeaderClassName
{
color: #C2C698;
}
.AnyTagClassName
{
color: #C2C698;
}
</style>
background-color css
<style>
a { background-color: #C2C698; }
a { background-color: rgb(194,198,152); }
div.DivClassName
{
background-color: #C2C698;
}
.BgClassName
{
background-color: #C2C698;
}
</style>
border-color css
<style>
span { border-color: #C2C698; }
span { border-color: rgb(194,198,152); }
td.TdClassName
{
border-color: #C2C698;
}
.TagClassName
{
border-color: #C2C698;
}
</style>