Shades of Green Mist #C2CA99
Tints of Green Mist #C2CA99
RGB
CMYK
RGB Variations
Color information
#C2CA99 (or 0xC2CA99) is known color: Green Mist. HEX triplet: C2, CA and 99. RGB value is (194,202,153). Sum of RGB (Red+Green+Blue) = 194+202+153=549 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.34% from 549); Green value is 202 (79.30% from 255 or 36.79% from 549); Blue value is 153 (60.16% from 255 or 27.87% from 549); Max value from RGB is 202 - color contains mainly: green. Hex color #C2CA99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2CA99 is #3D3566. Grayscale: #C2C2C2. Windows color (decimal): -4011367 or 10078914. OLE color: 10078914.
HSL color Cylindrical-coordinate representation of color #C2CA99: hue angle of 69.8º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C2CA99 is Cyan = 0.04, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 194 | 202 | 153 | - |
| CMYK | 0.04 | 0 | 0.24 | 0.21 |
| HSL | 69.8º | 0.32% | 0.7% | - |
| HSV(B) | 69.8º | 0.24% | 0.79% | - |
| XYZ | 49.12 | 56.01 | 38.36 | - |
| YUV | 194.02 | 104.85 | 127.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 202 | 153 | 0.04 | 0 | 0.24 | 0.21 | 69.8 | 0.32 | 0.7 |
| Hex | C2 | CA | 99 | 4 | 0 | 18 | 15 | 46 | 20 | 46 |
| Octal | 302 | 312 | 231 | 4 | 0 | 30 | 25 | 106 | 40 | 106 |
| Binary | 11000010 | 11001010 | 10011001 | 100 | 0 | 11000 | 10101 | 1000110 | 100000 | 1000110 |
Color Harmonies of #C2CA99
Complementary color
Monochromatic Colors of #C2CA99
Black with #C2CA99
Text Example
Text Example
White with #C2CA99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CA99; }
p { color: rgb(194,202,153); }
H1.HeaderClassName
{
color: #C2CA99;
}
.AnyTagClassName
{
color: #C2CA99;
}
</style>
background-color css
<style>
a { background-color: #C2CA99; }
a { background-color: rgb(194,202,153); }
div.DivClassName
{
background-color: #C2CA99;
}
.BgClassName
{
background-color: #C2CA99;
}
</style>
border-color css
<style>
span { border-color: #C2CA99; }
span { border-color: rgb(194,202,153); }
td.TdClassName
{
border-color: #C2CA99;
}
.TagClassName
{
border-color: #C2CA99;
}
</style>