Shades of Green Mist #C2C592
Tints of Green Mist #C2C592
RGB
CMYK
RGB Variations
Color information
#C2C592 (or 0xC2C592) is known color: Green Mist. HEX triplet: C2, C5 and 92. RGB value is (194,197,146). Sum of RGB (Red+Green+Blue) = 194+197+146=537 (71% of max value = 765). Red value is 194 (76.17% from 255 or 36.13% from 537); Green value is 197 (77.34% from 255 or 36.69% from 537); Blue value is 146 (57.42% from 255 or 27.19% from 537); Max value from RGB is 197 - color contains mainly: green. Hex color #C2C592 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2C592 is #3D3A6D. Grayscale: #BEBEBE. Windows color (decimal): -4012654 or 9618882. OLE color: 9618882.
HSL color Cylindrical-coordinate representation of color #C2C592: hue angle of 63.53º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C2C592 is Cyan = 0.02, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 194 | 197 | 146 | - |
| CMYK | 0.02 | 0 | 0.26 | 0.23 |
| HSL | 63.53º | 0.31% | 0.67% | - |
| HSV(B) | 63.53º | 0.26% | 0.77% | - |
| XYZ | 47.4 | 53.48 | 35.02 | - |
| YUV | 190.29 | 103.01 | 130.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 197 | 146 | 0.02 | 0 | 0.26 | 0.23 | 63.53 | 0.31 | 0.67 |
| Hex | C2 | C5 | 92 | 2 | 0 | 1A | 17 | 40 | 1F | 43 |
| Octal | 302 | 305 | 222 | 2 | 0 | 32 | 27 | 100 | 37 | 103 |
| Binary | 11000010 | 11000101 | 10010010 | 10 | 0 | 11010 | 10111 | 1000000 | 11111 | 1000011 |
Color Harmonies of #C2C592
Complementary color
Monochromatic Colors of #C2C592
Black with #C2C592
Text Example
Text Example
White with #C2C592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C592; }
p { color: rgb(194,197,146); }
H1.HeaderClassName
{
color: #C2C592;
}
.AnyTagClassName
{
color: #C2C592;
}
</style>
background-color css
<style>
a { background-color: #C2C592; }
a { background-color: rgb(194,197,146); }
div.DivClassName
{
background-color: #C2C592;
}
.BgClassName
{
background-color: #C2C592;
}
</style>
border-color css
<style>
span { border-color: #C2C592; }
span { border-color: rgb(194,197,146); }
td.TdClassName
{
border-color: #C2C592;
}
.TagClassName
{
border-color: #C2C592;
}
</style>