Shades of Green Mist #C5CA99
Tints of Green Mist #C5CA99
RGB
CMYK
RGB Variations
Color information
#C5CA99 (or 0xC5CA99) is known color: Green Mist. HEX triplet: C5, CA and 99. RGB value is (197,202,153). Sum of RGB (Red+Green+Blue) = 197+202+153=552 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.69% from 552); Green value is 202 (79.30% from 255 or 36.59% from 552); Blue value is 153 (60.16% from 255 or 27.72% from 552); Max value from RGB is 202 - color contains mainly: green. Hex color #C5CA99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5CA99 is #3A3566. Grayscale: #C3C3C3. Windows color (decimal): -3814759 or 10078917. OLE color: 10078917.
HSL color Cylindrical-coordinate representation of color #C5CA99: hue angle of 66.12º 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 #C5CA99 is Cyan = 0.02, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 197 | 202 | 153 | - |
| CMYK | 0.02 | 0 | 0.24 | 0.21 |
| HSL | 66.12º | 0.32% | 0.7% | - |
| HSV(B) | 66.12º | 0.24% | 0.79% | - |
| XYZ | 49.9 | 56.41 | 38.4 | - |
| YUV | 194.92 | 104.34 | 129.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 202 | 153 | 0.02 | 0 | 0.24 | 0.21 | 66.12 | 0.32 | 0.7 |
| Hex | C5 | CA | 99 | 2 | 0 | 18 | 15 | 42 | 20 | 46 |
| Octal | 305 | 312 | 231 | 2 | 0 | 30 | 25 | 102 | 40 | 106 |
| Binary | 11000101 | 11001010 | 10011001 | 10 | 0 | 11000 | 10101 | 1000010 | 100000 | 1000110 |
Color Harmonies of #C5CA99
Complementary color
Monochromatic Colors of #C5CA99
Black with #C5CA99
Text Example
Text Example
White with #C5CA99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CA99; }
p { color: rgb(197,202,153); }
H1.HeaderClassName
{
color: #C5CA99;
}
.AnyTagClassName
{
color: #C5CA99;
}
</style>
background-color css
<style>
a { background-color: #C5CA99; }
a { background-color: rgb(197,202,153); }
div.DivClassName
{
background-color: #C5CA99;
}
.BgClassName
{
background-color: #C5CA99;
}
</style>
border-color css
<style>
span { border-color: #C5CA99; }
span { border-color: rgb(197,202,153); }
td.TdClassName
{
border-color: #C5CA99;
}
.TagClassName
{
border-color: #C5CA99;
}
</style>