Shades of Green Mist #C2CA97
Tints of Green Mist #C2CA97
RGB
CMYK
RGB Variations
Color information
#C2CA97 (or 0xC2CA97) is known color: Green Mist. HEX triplet: C2, CA and 97. RGB value is (194,202,151). Sum of RGB (Red+Green+Blue) = 194+202+151=547 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.47% from 547); Green value is 202 (79.30% from 255 or 36.93% from 547); Blue value is 151 (59.38% from 255 or 27.61% from 547); Max value from RGB is 202 - color contains mainly: green. Hex color #C2CA97 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2CA97 is #3D3568. Grayscale: #C1C1C1. Windows color (decimal): -4011369 or 9947842. OLE color: 9947842.
HSL color Cylindrical-coordinate representation of color #C2CA97: hue angle of 69.41º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C2CA97 is Cyan = 0.04, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 194 | 202 | 151 | - |
| CMYK | 0.04 | 0 | 0.25 | 0.21 |
| HSL | 69.41º | 0.32% | 0.69% | - |
| HSV(B) | 69.41º | 0.25% | 0.79% | - |
| XYZ | 48.95 | 55.94 | 37.5 | - |
| YUV | 193.79 | 103.85 | 128.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 202 | 151 | 0.04 | 0 | 0.25 | 0.21 | 69.41 | 0.32 | 0.69 |
| Hex | C2 | CA | 97 | 4 | 0 | 19 | 15 | 45 | 20 | 45 |
| Octal | 302 | 312 | 227 | 4 | 0 | 31 | 25 | 105 | 40 | 105 |
| Binary | 11000010 | 11001010 | 10010111 | 100 | 0 | 11001 | 10101 | 1000101 | 100000 | 1000101 |
Color Harmonies of #C2CA97
Complementary color
Monochromatic Colors of #C2CA97
Black with #C2CA97
Text Example
Text Example
White with #C2CA97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CA97; }
p { color: rgb(194,202,151); }
H1.HeaderClassName
{
color: #C2CA97;
}
.AnyTagClassName
{
color: #C2CA97;
}
</style>
background-color css
<style>
a { background-color: #C2CA97; }
a { background-color: rgb(194,202,151); }
div.DivClassName
{
background-color: #C2CA97;
}
.BgClassName
{
background-color: #C2CA97;
}
</style>
border-color css
<style>
span { border-color: #C2CA97; }
span { border-color: rgb(194,202,151); }
td.TdClassName
{
border-color: #C2CA97;
}
.TagClassName
{
border-color: #C2CA97;
}
</style>