Shades of Green Mist #C3C698
Tints of Green Mist #C3C698
RGB
CMYK
RGB Variations
Color information
#C3C698 (or 0xC3C698) is known color: Green Mist. HEX triplet: C3, C6 and 98. RGB value is (195,198,152). Sum of RGB (Red+Green+Blue) = 195+198+152=545 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.78% from 545); Green value is 198 (77.73% from 255 or 36.33% from 545); Blue value is 152 (59.77% from 255 or 27.89% from 545); Max value from RGB is 198 - color contains mainly: green. Hex color #C3C698 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3C698 is #3C3967. Grayscale: #C0C0C0. Windows color (decimal): -3946856 or 10012355. OLE color: 10012355.
HSL color Cylindrical-coordinate representation of color #C3C698: hue angle of 63.91º 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 #C3C698 is Cyan = 0.02, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 195 | 198 | 152 | - |
| CMYK | 0.02 | 0 | 0.23 | 0.22 |
| HSL | 63.91º | 0.29% | 0.69% | - |
| HSV(B) | 63.91º | 0.23% | 0.78% | - |
| XYZ | 48.37 | 54.26 | 37.63 | - |
| YUV | 191.86 | 105.51 | 130.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 198 | 152 | 0.02 | 0 | 0.23 | 0.22 | 63.91 | 0.29 | 0.69 |
| Hex | C3 | C6 | 98 | 2 | 0 | 17 | 16 | 40 | 1D | 45 |
| Octal | 303 | 306 | 230 | 2 | 0 | 27 | 26 | 100 | 35 | 105 |
| Binary | 11000011 | 11000110 | 10011000 | 10 | 0 | 10111 | 10110 | 1000000 | 11101 | 1000101 |
Color Harmonies of #C3C698
Complementary color
Monochromatic Colors of #C3C698
Black with #C3C698
Text Example
Text Example
White with #C3C698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C698; }
p { color: rgb(195,198,152); }
H1.HeaderClassName
{
color: #C3C698;
}
.AnyTagClassName
{
color: #C3C698;
}
</style>
background-color css
<style>
a { background-color: #C3C698; }
a { background-color: rgb(195,198,152); }
div.DivClassName
{
background-color: #C3C698;
}
.BgClassName
{
background-color: #C3C698;
}
</style>
border-color css
<style>
span { border-color: #C3C698; }
span { border-color: rgb(195,198,152); }
td.TdClassName
{
border-color: #C3C698;
}
.TagClassName
{
border-color: #C3C698;
}
</style>