Shades of Green Mist #C6CCA0
Tints of Green Mist #C6CCA0
RGB
CMYK
RGB Variations
Color information
#C6CCA0 (or 0xC6CCA0) is known color: Green Mist. HEX triplet: C6, CC and A0. RGB value is (198,204,160). Sum of RGB (Red+Green+Blue) = 198+204+160=562 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.23% from 562); Green value is 204 (80.08% from 255 or 36.30% from 562); Blue value is 160 (62.89% from 255 or 28.47% from 562); Max value from RGB is 204 - color contains mainly: green. Hex color #C6CCA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6CCA0 is #39335F. Grayscale: #C5C5C5. Windows color (decimal): -3748704 or 10538182. OLE color: 10538182.
HSL color Cylindrical-coordinate representation of color #C6CCA0: hue angle of 68.18º degrees, saturation: 0.3, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C6CCA0 is Cyan = 0.03, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 198 | 204 | 160 | - |
| CMYK | 0.03 | 0 | 0.22 | 0.2 |
| HSL | 68.18º | 0.3% | 0.71% | - |
| HSV(B) | 68.18º | 0.22% | 0.8% | - |
| XYZ | 51.23 | 57.73 | 41.7 | - |
| YUV | 197.19 | 107.01 | 128.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 204 | 160 | 0.03 | 0 | 0.22 | 0.2 | 68.18 | 0.3 | 0.71 |
| Hex | C6 | CC | A0 | 3 | 0 | 16 | 14 | 44 | 1E | 47 |
| Octal | 306 | 314 | 240 | 3 | 0 | 26 | 24 | 104 | 36 | 107 |
| Binary | 11000110 | 11001100 | 10100000 | 11 | 0 | 10110 | 10100 | 1000100 | 11110 | 1000111 |
Color Harmonies of #C6CCA0
Complementary color
Monochromatic Colors of #C6CCA0
Black with #C6CCA0
Text Example
Text Example
White with #C6CCA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6CCA0; }
p { color: rgb(198,204,160); }
H1.HeaderClassName
{
color: #C6CCA0;
}
.AnyTagClassName
{
color: #C6CCA0;
}
</style>
background-color css
<style>
a { background-color: #C6CCA0; }
a { background-color: rgb(198,204,160); }
div.DivClassName
{
background-color: #C6CCA0;
}
.BgClassName
{
background-color: #C6CCA0;
}
</style>
border-color css
<style>
span { border-color: #C6CCA0; }
span { border-color: rgb(198,204,160); }
td.TdClassName
{
border-color: #C6CCA0;
}
.TagClassName
{
border-color: #C6CCA0;
}
</style>