Shades of Green Mist #C2C38E
Tints of Green Mist #C2C38E
RGB
CMYK
RGB Variations
Color information
#C2C38E (or 0xC2C38E) is known color: Green Mist. HEX triplet: C2, C3 and 8E. RGB value is (194,195,142). Sum of RGB (Red+Green+Blue) = 194+195+142=531 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.53% from 531); Green value is 195 (76.56% from 255 or 36.72% from 531); Blue value is 142 (55.86% from 255 or 26.74% from 531); Max value from RGB is 195 - color contains mainly: green. Hex color #C2C38E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2C38E is #3D3C71. Grayscale: #BCBCBC. Windows color (decimal): -4013170 or 9356226. OLE color: 9356226.
HSL color Cylindrical-coordinate representation of color #C2C38E: hue angle of 61.13º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C2C38E is Cyan = 0.01, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 195 | 142 | - |
| CMYK | 0.01 | 0 | 0.27 | 0.24 |
| HSL | 61.13º | 0.31% | 0.66% | - |
| HSV(B) | 61.13º | 0.27% | 0.76% | - |
| XYZ | 46.65 | 52.45 | 33.26 | - |
| YUV | 188.66 | 101.67 | 131.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 195 | 142 | 0.01 | 0 | 0.27 | 0.24 | 61.13 | 0.31 | 0.66 |
| Hex | C2 | C3 | 8E | 1 | 0 | 1B | 18 | 3D | 1F | 42 |
| Octal | 302 | 303 | 216 | 1 | 0 | 33 | 30 | 75 | 37 | 102 |
| Binary | 11000010 | 11000011 | 10001110 | 1 | 0 | 11011 | 11000 | 111101 | 11111 | 1000010 |
Color Harmonies of #C2C38E
Complementary color
Monochromatic Colors of #C2C38E
Black with #C2C38E
Text Example
Text Example
White with #C2C38E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C38E; }
p { color: rgb(194,195,142); }
H1.HeaderClassName
{
color: #C2C38E;
}
.AnyTagClassName
{
color: #C2C38E;
}
</style>
background-color css
<style>
a { background-color: #C2C38E; }
a { background-color: rgb(194,195,142); }
div.DivClassName
{
background-color: #C2C38E;
}
.BgClassName
{
background-color: #C2C38E;
}
</style>
border-color css
<style>
span { border-color: #C2C38E; }
span { border-color: rgb(194,195,142); }
td.TdClassName
{
border-color: #C2C38E;
}
.TagClassName
{
border-color: #C2C38E;
}
</style>