Shades of Green Mist #C0CA8D
Tints of Green Mist #C0CA8D
RGB
CMYK
RGB Variations
Color information
#C0CA8D (or 0xC0CA8D) is known color: Green Mist. HEX triplet: C0, CA and 8D. RGB value is (192,202,141). Sum of RGB (Red+Green+Blue) = 192+202+141=535 (70% of max value = 765). Red value is 192 (75.39% from 255 or 35.89% from 535); Green value is 202 (79.30% from 255 or 37.76% from 535); Blue value is 141 (55.47% from 255 or 26.36% from 535); Max value from RGB is 202 - color contains mainly: green. Hex color #C0CA8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0CA8D is #3F3572. Grayscale: #C0C0C0. Windows color (decimal): -4142451 or 9292480. OLE color: 9292480.
HSL color Cylindrical-coordinate representation of color #C0CA8D: hue angle of 69.84º 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 #C0CA8D is Cyan = 0.05, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 192 | 202 | 141 | - |
| CMYK | 0.05 | 0 | 0.30 | 0.21 |
| HSL | 69.84º | 0.37% | 0.67% | - |
| HSV(B) | 69.84º | 0.3% | 0.79% | - |
| XYZ | 47.67 | 55.37 | 33.37 | - |
| YUV | 192.06 | 99.19 | 127.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 202 | 141 | 0.05 | 0 | 0.30 | 0.21 | 69.84 | 0.37 | 0.67 |
| Hex | C0 | CA | 8D | 5 | 0 | 1E | 15 | 46 | 25 | 43 |
| Octal | 300 | 312 | 215 | 5 | 0 | 36 | 25 | 106 | 45 | 103 |
| Binary | 11000000 | 11001010 | 10001101 | 101 | 0 | 11110 | 10101 | 1000110 | 100101 | 1000011 |
Color Harmonies of #C0CA8D
Complementary color
Monochromatic Colors of #C0CA8D
Black with #C0CA8D
Text Example
Text Example
White with #C0CA8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CA8D; }
p { color: rgb(192,202,141); }
H1.HeaderClassName
{
color: #C0CA8D;
}
.AnyTagClassName
{
color: #C0CA8D;
}
</style>
background-color css
<style>
a { background-color: #C0CA8D; }
a { background-color: rgb(192,202,141); }
div.DivClassName
{
background-color: #C0CA8D;
}
.BgClassName
{
background-color: #C0CA8D;
}
</style>
border-color css
<style>
span { border-color: #C0CA8D; }
span { border-color: rgb(192,202,141); }
td.TdClassName
{
border-color: #C0CA8D;
}
.TagClassName
{
border-color: #C0CA8D;
}
</style>