Shades of Green Mist #C6C290
Tints of Green Mist #C6C290
RGB
CMYK
RGB Variations
Color information
#C6C290 (or 0xC6C290) is known color: Green Mist. HEX triplet: C6, C2 and 90. RGB value is (198,194,144). Sum of RGB (Red+Green+Blue) = 198+194+144=536 (70% of max value = 765). Red value is 198 (77.73% from 255 or 36.94% from 536); Green value is 194 (76.17% from 255 or 36.19% from 536); Blue value is 144 (56.64% from 255 or 26.87% from 536); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C290 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6C290 is #393D6F. Grayscale: #BDBDBD. Windows color (decimal): -3751280 or 9487046. OLE color: 9487046.
HSL color Cylindrical-coordinate representation of color #C6C290: hue angle of 55.56º degrees, saturation: 0.32, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C6C290 is Cyan = 0, Magento = 0.02, Yellow = 0.27 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 194 | 144 | - |
| CMYK | 0 | 0.02 | 0.27 | 0.22 |
| HSL | 55.56º | 0.32% | 0.67% | - |
| HSV(B) | 55.56º | 0.27% | 0.78% | - |
| XYZ | 47.61 | 52.6 | 34.03 | - |
| YUV | 189.5 | 102.33 | 134.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 194 | 144 | 0 | 0.02 | 0.27 | 0.22 | 55.56 | 0.32 | 0.67 |
| Hex | C6 | C2 | 90 | 0 | 2 | 1B | 16 | 38 | 20 | 43 |
| Octal | 306 | 302 | 220 | 0 | 2 | 33 | 26 | 70 | 40 | 103 |
| Binary | 11000110 | 11000010 | 10010000 | 0 | 10 | 11011 | 10110 | 111000 | 100000 | 1000011 |
Color Harmonies of #C6C290
Complementary color
Monochromatic Colors of #C6C290
Black with #C6C290
Text Example
Text Example
White with #C6C290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C290; }
p { color: rgb(198,194,144); }
H1.HeaderClassName
{
color: #C6C290;
}
.AnyTagClassName
{
color: #C6C290;
}
</style>
background-color css
<style>
a { background-color: #C6C290; }
a { background-color: rgb(198,194,144); }
div.DivClassName
{
background-color: #C6C290;
}
.BgClassName
{
background-color: #C6C290;
}
</style>
border-color css
<style>
span { border-color: #C6C290; }
span { border-color: rgb(198,194,144); }
td.TdClassName
{
border-color: #C6C290;
}
.TagClassName
{
border-color: #C6C290;
}
</style>