Shades of Green Mist #C2C68B
Tints of Green Mist #C2C68B
RGB
CMYK
RGB Variations
Color information
#C2C68B (or 0xC2C68B) is known color: Green Mist. HEX triplet: C2, C6 and 8B. RGB value is (194,198,139). Sum of RGB (Red+Green+Blue) = 194+198+139=531 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.53% from 531); Green value is 198 (77.73% from 255 or 37.29% from 531); Blue value is 139 (54.69% from 255 or 26.18% from 531); Max value from RGB is 198 - color contains mainly: green. Hex color #C2C68B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2C68B is #3D3974. Grayscale: #BEBEBE. Windows color (decimal): -4012405 or 9160386. OLE color: 9160386.
HSL color Cylindrical-coordinate representation of color #C2C68B: hue angle of 64.07º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C2C68B is Cyan = 0.02, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 194 | 198 | 139 | - |
| CMYK | 0.02 | 0 | 0.30 | 0.22 |
| HSL | 64.07º | 0.34% | 0.66% | - |
| HSV(B) | 64.07º | 0.3% | 0.78% | - |
| XYZ | 47.1 | 53.72 | 32.31 | - |
| YUV | 190.08 | 99.17 | 130.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 198 | 139 | 0.02 | 0 | 0.30 | 0.22 | 64.07 | 0.34 | 0.66 |
| Hex | C2 | C6 | 8B | 2 | 0 | 1E | 16 | 40 | 22 | 42 |
| Octal | 302 | 306 | 213 | 2 | 0 | 36 | 26 | 100 | 42 | 102 |
| Binary | 11000010 | 11000110 | 10001011 | 10 | 0 | 11110 | 10110 | 1000000 | 100010 | 1000010 |
Color Harmonies of #C2C68B
Complementary color
Monochromatic Colors of #C2C68B
Black with #C2C68B
Text Example
Text Example
White with #C2C68B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C68B; }
p { color: rgb(194,198,139); }
H1.HeaderClassName
{
color: #C2C68B;
}
.AnyTagClassName
{
color: #C2C68B;
}
</style>
background-color css
<style>
a { background-color: #C2C68B; }
a { background-color: rgb(194,198,139); }
div.DivClassName
{
background-color: #C2C68B;
}
.BgClassName
{
background-color: #C2C68B;
}
</style>
border-color css
<style>
span { border-color: #C2C68B; }
span { border-color: rgb(194,198,139); }
td.TdClassName
{
border-color: #C2C68B;
}
.TagClassName
{
border-color: #C2C68B;
}
</style>