Shades of Green Mist #C6CA94
Tints of Green Mist #C6CA94
RGB
CMYK
RGB Variations
Color information
#C6CA94 (or 0xC6CA94) is known color: Green Mist. HEX triplet: C6, CA and 94. RGB value is (198,202,148). Sum of RGB (Red+Green+Blue) = 198+202+148=548 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.13% from 548); Green value is 202 (79.30% from 255 or 36.86% from 548); Blue value is 148 (58.20% from 255 or 27.01% from 548); Max value from RGB is 202 - color contains mainly: green. Hex color #C6CA94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6CA94 is #39356B. Grayscale: #C2C2C2. Windows color (decimal): -3749228 or 9751238. OLE color: 9751238.
HSL color Cylindrical-coordinate representation of color #C6CA94: hue angle of 64.44º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C6CA94 is Cyan = 0.02, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 198 | 202 | 148 | - |
| CMYK | 0.02 | 0 | 0.27 | 0.21 |
| HSL | 64.44º | 0.34% | 0.69% | - |
| HSV(B) | 64.44º | 0.27% | 0.79% | - |
| XYZ | 49.75 | 56.38 | 36.28 | - |
| YUV | 194.65 | 101.67 | 130.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 202 | 148 | 0.02 | 0 | 0.27 | 0.21 | 64.44 | 0.34 | 0.69 |
| Hex | C6 | CA | 94 | 2 | 0 | 1B | 15 | 40 | 22 | 45 |
| Octal | 306 | 312 | 224 | 2 | 0 | 33 | 25 | 100 | 42 | 105 |
| Binary | 11000110 | 11001010 | 10010100 | 10 | 0 | 11011 | 10101 | 1000000 | 100010 | 1000101 |
Color Harmonies of #C6CA94
Complementary color
Monochromatic Colors of #C6CA94
Black with #C6CA94
Text Example
Text Example
White with #C6CA94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6CA94; }
p { color: rgb(198,202,148); }
H1.HeaderClassName
{
color: #C6CA94;
}
.AnyTagClassName
{
color: #C6CA94;
}
</style>
background-color css
<style>
a { background-color: #C6CA94; }
a { background-color: rgb(198,202,148); }
div.DivClassName
{
background-color: #C6CA94;
}
.BgClassName
{
background-color: #C6CA94;
}
</style>
border-color css
<style>
span { border-color: #C6CA94; }
span { border-color: rgb(198,202,148); }
td.TdClassName
{
border-color: #C6CA94;
}
.TagClassName
{
border-color: #C6CA94;
}
</style>