Shades of Green Mist #C2CA8D
Tints of Green Mist #C2CA8D
RGB
CMYK
RGB Variations
Color information
#C2CA8D (or 0xC2CA8D) is known color: Green Mist. HEX triplet: C2, CA and 8D. RGB value is (194,202,141). Sum of RGB (Red+Green+Blue) = 194+202+141=537 (71% of max value = 765). Red value is 194 (76.17% from 255 or 36.13% from 537); Green value is 202 (79.30% from 255 or 37.62% from 537); Blue value is 141 (55.47% from 255 or 26.26% from 537); Max value from RGB is 202 - color contains mainly: green. Hex color #C2CA8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2CA8D is #3D3572. Grayscale: #C0C0C0. Windows color (decimal): -4011379 or 9292482. OLE color: 9292482.
HSL color Cylindrical-coordinate representation of color #C2CA8D: hue angle of 67.87º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C2CA8D is Cyan = 0.04, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 194 | 202 | 141 | - |
| CMYK | 0.04 | 0 | 0.30 | 0.21 |
| HSL | 67.87º | 0.37% | 0.67% | - |
| HSV(B) | 67.87º | 0.3% | 0.79% | - |
| XYZ | 48.18 | 55.63 | 33.4 | - |
| YUV | 192.65 | 98.85 | 128.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 202 | 141 | 0.04 | 0 | 0.30 | 0.21 | 67.87 | 0.37 | 0.67 |
| Hex | C2 | CA | 8D | 4 | 0 | 1E | 15 | 44 | 25 | 43 |
| Octal | 302 | 312 | 215 | 4 | 0 | 36 | 25 | 104 | 45 | 103 |
| Binary | 11000010 | 11001010 | 10001101 | 100 | 0 | 11110 | 10101 | 1000100 | 100101 | 1000011 |
Color Harmonies of #C2CA8D
Complementary color
Monochromatic Colors of #C2CA8D
Black with #C2CA8D
Text Example
Text Example
White with #C2CA8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CA8D; }
p { color: rgb(194,202,141); }
H1.HeaderClassName
{
color: #C2CA8D;
}
.AnyTagClassName
{
color: #C2CA8D;
}
</style>
background-color css
<style>
a { background-color: #C2CA8D; }
a { background-color: rgb(194,202,141); }
div.DivClassName
{
background-color: #C2CA8D;
}
.BgClassName
{
background-color: #C2CA8D;
}
</style>
border-color css
<style>
span { border-color: #C2CA8D; }
span { border-color: rgb(194,202,141); }
td.TdClassName
{
border-color: #C2CA8D;
}
.TagClassName
{
border-color: #C2CA8D;
}
</style>