Shades of Green Mist #C6C299
Tints of Green Mist #C6C299
RGB
CMYK
RGB Variations
Color information
#C6C299 (or 0xC6C299) is known color: Green Mist. HEX triplet: C6, C2 and 99. RGB value is (198,194,153). Sum of RGB (Red+Green+Blue) = 198+194+153=545 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.33% from 545); Green value is 194 (76.17% from 255 or 35.60% from 545); Blue value is 153 (60.16% from 255 or 28.07% from 545); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C299 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6C299 is #393D66. Grayscale: #BEBEBE. Windows color (decimal): -3751271 or 10076870. OLE color: 10076870.
HSL color Cylindrical-coordinate representation of color #C6C299: hue angle of 54.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 #C6C299 is Cyan = 0, Magento = 0.02, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 194 | 153 | - |
| CMYK | 0 | 0.02 | 0.23 | 0.22 |
| HSL | 54.67º | 0.28% | 0.69% | - |
| HSV(B) | 54.67º | 0.23% | 0.78% | - |
| XYZ | 48.33 | 52.89 | 37.8 | - |
| YUV | 190.52 | 106.83 | 133.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 194 | 153 | 0 | 0.02 | 0.23 | 0.22 | 54.67 | 0.28 | 0.69 |
| Hex | C6 | C2 | 99 | 0 | 2 | 17 | 16 | 37 | 1C | 45 |
| Octal | 306 | 302 | 231 | 0 | 2 | 27 | 26 | 67 | 34 | 105 |
| Binary | 11000110 | 11000010 | 10011001 | 0 | 10 | 10111 | 10110 | 110111 | 11100 | 1000101 |
Color Harmonies of #C6C299
Complementary color
Monochromatic Colors of #C6C299
Black with #C6C299
Text Example
Text Example
White with #C6C299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C299; }
p { color: rgb(198,194,153); }
H1.HeaderClassName
{
color: #C6C299;
}
.AnyTagClassName
{
color: #C6C299;
}
</style>
background-color css
<style>
a { background-color: #C6C299; }
a { background-color: rgb(198,194,153); }
div.DivClassName
{
background-color: #C6C299;
}
.BgClassName
{
background-color: #C6C299;
}
</style>
border-color css
<style>
span { border-color: #C6C299; }
span { border-color: rgb(198,194,153); }
td.TdClassName
{
border-color: #C6C299;
}
.TagClassName
{
border-color: #C6C299;
}
</style>