Shades of Green Mist #C1C699
Tints of Green Mist #C1C699
RGB
CMYK
RGB Variations
Color information
#C1C699 (or 0xC1C699) is known color: Green Mist. HEX triplet: C1, C6 and 99. RGB value is (193,198,153). Sum of RGB (Red+Green+Blue) = 193+198+153=544 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.48% from 544); Green value is 198 (77.73% from 255 or 36.40% from 544); Blue value is 153 (60.16% from 255 or 28.12% from 544); Max value from RGB is 198 - color contains mainly: green. Hex color #C1C699 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1C699 is #3E3966. Grayscale: #BFBFBF. Windows color (decimal): -4077927 or 10077889. OLE color: 10077889.
HSL color Cylindrical-coordinate representation of color #C1C699: hue angle of 66.67º degrees, saturation: 0.28, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C1C699 is Cyan = 0.03, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 193 | 198 | 153 | - |
| CMYK | 0.03 | 0 | 0.23 | 0.22 |
| HSL | 66.67º | 0.28% | 0.69% | - |
| HSV(B) | 66.67º | 0.23% | 0.78% | - |
| XYZ | 47.94 | 54.03 | 38.04 | - |
| YUV | 191.38 | 106.34 | 129.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 198 | 153 | 0.03 | 0 | 0.23 | 0.22 | 66.67 | 0.28 | 0.69 |
| Hex | C1 | C6 | 99 | 3 | 0 | 17 | 16 | 43 | 1C | 45 |
| Octal | 301 | 306 | 231 | 3 | 0 | 27 | 26 | 103 | 34 | 105 |
| Binary | 11000001 | 11000110 | 10011001 | 11 | 0 | 10111 | 10110 | 1000011 | 11100 | 1000101 |
Color Harmonies of #C1C699
Complementary color
Monochromatic Colors of #C1C699
Black with #C1C699
Text Example
Text Example
White with #C1C699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1C699; }
p { color: rgb(193,198,153); }
H1.HeaderClassName
{
color: #C1C699;
}
.AnyTagClassName
{
color: #C1C699;
}
</style>
background-color css
<style>
a { background-color: #C1C699; }
a { background-color: rgb(193,198,153); }
div.DivClassName
{
background-color: #C1C699;
}
.BgClassName
{
background-color: #C1C699;
}
</style>
border-color css
<style>
span { border-color: #C1C699; }
span { border-color: rgb(193,198,153); }
td.TdClassName
{
border-color: #C1C699;
}
.TagClassName
{
border-color: #C1C699;
}
</style>