Shades of Green Mist #C1CA9F
Tints of Green Mist #C1CA9F
RGB
CMYK
RGB Variations
Color information
#C1CA9F (or 0xC1CA9F) is known color: Green Mist. HEX triplet: C1, CA and 9F. RGB value is (193,202,159). Sum of RGB (Red+Green+Blue) = 193+202+159=554 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.84% from 554); Green value is 202 (79.30% from 255 or 36.46% from 554); Blue value is 159 (62.5% from 255 or 28.70% from 554); Max value from RGB is 202 - color contains mainly: green. Hex color #C1CA9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1CA9F is #3E3560. Grayscale: #C2C2C2. Windows color (decimal): -4076897 or 10472129. OLE color: 10472129.
HSL color Cylindrical-coordinate representation of color #C1CA9F: hue angle of 72.56º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C1CA9F is Cyan = 0.04, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 193 | 202 | 159 | - |
| CMYK | 0.04 | 0 | 0.21 | 0.21 |
| HSL | 72.56º | 0.29% | 0.71% | - |
| HSV(B) | 72.56º | 0.21% | 0.79% | - |
| XYZ | 49.37 | 56.08 | 41.02 | - |
| YUV | 194.41 | 108.02 | 127 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 202 | 159 | 0.04 | 0 | 0.21 | 0.21 | 72.56 | 0.29 | 0.71 |
| Hex | C1 | CA | 9F | 4 | 0 | 15 | 15 | 49 | 1D | 47 |
| Octal | 301 | 312 | 237 | 4 | 0 | 25 | 25 | 111 | 35 | 107 |
| Binary | 11000001 | 11001010 | 10011111 | 100 | 0 | 10101 | 10101 | 1001001 | 11101 | 1000111 |
Color Harmonies of #C1CA9F
Complementary color
Monochromatic Colors of #C1CA9F
Black with #C1CA9F
Text Example
Text Example
White with #C1CA9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1CA9F; }
p { color: rgb(193,202,159); }
H1.HeaderClassName
{
color: #C1CA9F;
}
.AnyTagClassName
{
color: #C1CA9F;
}
</style>
background-color css
<style>
a { background-color: #C1CA9F; }
a { background-color: rgb(193,202,159); }
div.DivClassName
{
background-color: #C1CA9F;
}
.BgClassName
{
background-color: #C1CA9F;
}
</style>
border-color css
<style>
span { border-color: #C1CA9F; }
span { border-color: rgb(193,202,159); }
td.TdClassName
{
border-color: #C1CA9F;
}
.TagClassName
{
border-color: #C1CA9F;
}
</style>