Shades of Green Mist #C0CA93
Tints of Green Mist #C0CA93
RGB
CMYK
RGB Variations
Color information
#C0CA93 (or 0xC0CA93) is known color: Green Mist. HEX triplet: C0, CA and 93. RGB value is (192,202,147). Sum of RGB (Red+Green+Blue) = 192+202+147=541 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.49% from 541); Green value is 202 (79.30% from 255 or 37.34% from 541); Blue value is 147 (57.81% from 255 or 27.17% from 541); Max value from RGB is 202 - color contains mainly: green. Hex color #C0CA93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0CA93 is #3F356C. Grayscale: #C0C0C0. Windows color (decimal): -4142445 or 9685696. OLE color: 9685696.
HSL color Cylindrical-coordinate representation of color #C0CA93: hue angle of 70.91º degrees, saturation: 0.34, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C0CA93 is Cyan = 0.05, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 192 | 202 | 147 | - |
| CMYK | 0.05 | 0 | 0.27 | 0.21 |
| HSL | 70.91º | 0.34% | 0.68% | - |
| HSV(B) | 70.91º | 0.27% | 0.79% | - |
| XYZ | 48.13 | 55.55 | 35.79 | - |
| YUV | 192.74 | 102.19 | 127.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 202 | 147 | 0.05 | 0 | 0.27 | 0.21 | 70.91 | 0.34 | 0.68 |
| Hex | C0 | CA | 93 | 5 | 0 | 1B | 15 | 47 | 22 | 44 |
| Octal | 300 | 312 | 223 | 5 | 0 | 33 | 25 | 107 | 42 | 104 |
| Binary | 11000000 | 11001010 | 10010011 | 101 | 0 | 11011 | 10101 | 1000111 | 100010 | 1000100 |
Color Harmonies of #C0CA93
Complementary color
Monochromatic Colors of #C0CA93
Black with #C0CA93
Text Example
Text Example
White with #C0CA93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CA93; }
p { color: rgb(192,202,147); }
H1.HeaderClassName
{
color: #C0CA93;
}
.AnyTagClassName
{
color: #C0CA93;
}
</style>
background-color css
<style>
a { background-color: #C0CA93; }
a { background-color: rgb(192,202,147); }
div.DivClassName
{
background-color: #C0CA93;
}
.BgClassName
{
background-color: #C0CA93;
}
</style>
border-color css
<style>
span { border-color: #C0CA93; }
span { border-color: rgb(192,202,147); }
td.TdClassName
{
border-color: #C0CA93;
}
.TagClassName
{
border-color: #C0CA93;
}
</style>