Shades of Green Mist #C2C393
Tints of Green Mist #C2C393
RGB
CMYK
RGB Variations
Color information
#C2C393 (or 0xC2C393) is known color: Green Mist. HEX triplet: C2, C3 and 93. RGB value is (194,195,147). Sum of RGB (Red+Green+Blue) = 194+195+147=536 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.19% from 536); Green value is 195 (76.56% from 255 or 36.38% from 536); Blue value is 147 (57.81% from 255 or 27.43% from 536); Max value from RGB is 195 - color contains mainly: green. Hex color #C2C393 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2C393 is #3D3C6C. Grayscale: #BDBDBD. Windows color (decimal): -4013165 or 9683906. OLE color: 9683906.
HSL color Cylindrical-coordinate representation of color #C2C393: hue angle of 61.25º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C2C393 is Cyan = 0.01, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 195 | 147 | - |
| CMYK | 0.01 | 0 | 0.25 | 0.24 |
| HSL | 61.25º | 0.29% | 0.67% | - |
| HSV(B) | 61.25º | 0.25% | 0.76% | - |
| XYZ | 47.03 | 52.61 | 35.28 | - |
| YUV | 189.23 | 104.17 | 131.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 195 | 147 | 0.01 | 0 | 0.25 | 0.24 | 61.25 | 0.29 | 0.67 |
| Hex | C2 | C3 | 93 | 1 | 0 | 19 | 18 | 3D | 1D | 43 |
| Octal | 302 | 303 | 223 | 1 | 0 | 31 | 30 | 75 | 35 | 103 |
| Binary | 11000010 | 11000011 | 10010011 | 1 | 0 | 11001 | 11000 | 111101 | 11101 | 1000011 |
Color Harmonies of #C2C393
Complementary color
Monochromatic Colors of #C2C393
Black with #C2C393
Text Example
Text Example
White with #C2C393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C393; }
p { color: rgb(194,195,147); }
H1.HeaderClassName
{
color: #C2C393;
}
.AnyTagClassName
{
color: #C2C393;
}
</style>
background-color css
<style>
a { background-color: #C2C393; }
a { background-color: rgb(194,195,147); }
div.DivClassName
{
background-color: #C2C393;
}
.BgClassName
{
background-color: #C2C393;
}
</style>
border-color css
<style>
span { border-color: #C2C393; }
span { border-color: rgb(194,195,147); }
td.TdClassName
{
border-color: #C2C393;
}
.TagClassName
{
border-color: #C2C393;
}
</style>