Shades of Green Mist #C0CA9D
Tints of Green Mist #C0CA9D
RGB
CMYK
RGB Variations
Color information
#C0CA9D (or 0xC0CA9D) is known color: Green Mist. HEX triplet: C0, CA and 9D. RGB value is (192,202,157). Sum of RGB (Red+Green+Blue) = 192+202+157=551 (72% of max value = 765). Red value is 192 (75.39% from 255 or 34.85% from 551); Green value is 202 (79.30% from 255 or 36.66% from 551); Blue value is 157 (61.72% from 255 or 28.49% from 551); Max value from RGB is 202 - color contains mainly: green. Hex color #C0CA9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0CA9D is #3F3562. Grayscale: #C2C2C2. Windows color (decimal): -4142435 or 10341056. OLE color: 10341056.
HSL color Cylindrical-coordinate representation of color #C0CA9D: hue angle of 73.33º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C0CA9D is Cyan = 0.05, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 192 | 202 | 157 | - |
| CMYK | 0.05 | 0 | 0.22 | 0.21 |
| HSL | 73.33º | 0.3% | 0.7% | - |
| HSV(B) | 73.33º | 0.22% | 0.79% | - |
| XYZ | 48.94 | 55.88 | 40.1 | - |
| YUV | 193.88 | 107.19 | 126.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 202 | 157 | 0.05 | 0 | 0.22 | 0.21 | 73.33 | 0.3 | 0.7 |
| Hex | C0 | CA | 9D | 5 | 0 | 16 | 15 | 49 | 1E | 46 |
| Octal | 300 | 312 | 235 | 5 | 0 | 26 | 25 | 111 | 36 | 106 |
| Binary | 11000000 | 11001010 | 10011101 | 101 | 0 | 10110 | 10101 | 1001001 | 11110 | 1000110 |
Color Harmonies of #C0CA9D
Complementary color
Monochromatic Colors of #C0CA9D
Black with #C0CA9D
Text Example
Text Example
White with #C0CA9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CA9D; }
p { color: rgb(192,202,157); }
H1.HeaderClassName
{
color: #C0CA9D;
}
.AnyTagClassName
{
color: #C0CA9D;
}
</style>
background-color css
<style>
a { background-color: #C0CA9D; }
a { background-color: rgb(192,202,157); }
div.DivClassName
{
background-color: #C0CA9D;
}
.BgClassName
{
background-color: #C0CA9D;
}
</style>
border-color css
<style>
span { border-color: #C0CA9D; }
span { border-color: rgb(192,202,157); }
td.TdClassName
{
border-color: #C0CA9D;
}
.TagClassName
{
border-color: #C0CA9D;
}
</style>