Shades of Green Mist #C2CA9C
Tints of Green Mist #C2CA9C
RGB
CMYK
RGB Variations
Color information
#C2CA9C (or 0xC2CA9C) is known color: Green Mist. HEX triplet: C2, CA and 9C. RGB value is (194,202,156). Sum of RGB (Red+Green+Blue) = 194+202+156=552 (73% of max value = 765). Red value is 194 (76.17% from 255 or 35.14% from 552); Green value is 202 (79.30% from 255 or 36.59% from 552); Blue value is 156 (61.33% from 255 or 28.26% from 552); Max value from RGB is 202 - color contains mainly: green. Hex color #C2CA9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2CA9C is #3D3563. Grayscale: #C2C2C2. Windows color (decimal): -4011364 or 10275522. OLE color: 10275522.
HSL color Cylindrical-coordinate representation of color #C2CA9C: hue angle of 70.43º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C2CA9C is Cyan = 0.04, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 194 | 202 | 156 | - |
| CMYK | 0.04 | 0 | 0.23 | 0.21 |
| HSL | 70.43º | 0.3% | 0.7% | - |
| HSV(B) | 70.43º | 0.23% | 0.79% | - |
| XYZ | 49.37 | 56.11 | 39.68 | - |
| YUV | 194.36 | 106.35 | 127.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 202 | 156 | 0.04 | 0 | 0.23 | 0.21 | 70.43 | 0.3 | 0.7 |
| Hex | C2 | CA | 9C | 4 | 0 | 17 | 15 | 46 | 1E | 46 |
| Octal | 302 | 312 | 234 | 4 | 0 | 27 | 25 | 106 | 36 | 106 |
| Binary | 11000010 | 11001010 | 10011100 | 100 | 0 | 10111 | 10101 | 1000110 | 11110 | 1000110 |
Color Harmonies of #C2CA9C
Complementary color
Monochromatic Colors of #C2CA9C
Black with #C2CA9C
Text Example
Text Example
White with #C2CA9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CA9C; }
p { color: rgb(194,202,156); }
H1.HeaderClassName
{
color: #C2CA9C;
}
.AnyTagClassName
{
color: #C2CA9C;
}
</style>
background-color css
<style>
a { background-color: #C2CA9C; }
a { background-color: rgb(194,202,156); }
div.DivClassName
{
background-color: #C2CA9C;
}
.BgClassName
{
background-color: #C2CA9C;
}
</style>
border-color css
<style>
span { border-color: #C2CA9C; }
span { border-color: rgb(194,202,156); }
td.TdClassName
{
border-color: #C2CA9C;
}
.TagClassName
{
border-color: #C2CA9C;
}
</style>