Shades of Green Mist #C6C49B
Tints of Green Mist #C6C49B
RGB
CMYK
RGB Variations
Color information
#C6C49B (or 0xC6C49B) is known color: Green Mist. HEX triplet: C6, C4 and 9B. RGB value is (198,196,155). Sum of RGB (Red+Green+Blue) = 198+196+155=549 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.07% from 549); Green value is 196 (76.95% from 255 or 35.70% from 549); Blue value is 155 (60.94% from 255 or 28.23% from 549); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C49B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6C49B is #393B64. Grayscale: #C0C0C0. Windows color (decimal): -3750757 or 10208454. OLE color: 10208454.
HSL color Cylindrical-coordinate representation of color #C6C49B: hue angle of 57.21º degrees, saturation: 0.27, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C6C49B is Cyan = 0, Magento = 0.01, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 196 | 155 | - |
| CMYK | 0 | 0.01 | 0.22 | 0.22 |
| HSL | 57.21º | 0.27% | 0.69% | - |
| HSV(B) | 57.21º | 0.22% | 0.78% | - |
| XYZ | 48.95 | 53.85 | 38.83 | - |
| YUV | 191.92 | 107.16 | 132.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 196 | 155 | 0 | 0.01 | 0.22 | 0.22 | 57.21 | 0.27 | 0.69 |
| Hex | C6 | C4 | 9B | 0 | 1 | 16 | 16 | 39 | 1B | 45 |
| Octal | 306 | 304 | 233 | 0 | 1 | 26 | 26 | 71 | 33 | 105 |
| Binary | 11000110 | 11000100 | 10011011 | 0 | 1 | 10110 | 10110 | 111001 | 11011 | 1000101 |
Color Harmonies of #C6C49B
Complementary color
Monochromatic Colors of #C6C49B
Black with #C6C49B
Text Example
Text Example
White with #C6C49B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C49B; }
p { color: rgb(198,196,155); }
H1.HeaderClassName
{
color: #C6C49B;
}
.AnyTagClassName
{
color: #C6C49B;
}
</style>
background-color css
<style>
a { background-color: #C6C49B; }
a { background-color: rgb(198,196,155); }
div.DivClassName
{
background-color: #C6C49B;
}
.BgClassName
{
background-color: #C6C49B;
}
</style>
border-color css
<style>
span { border-color: #C6C49B; }
span { border-color: rgb(198,196,155); }
td.TdClassName
{
border-color: #C6C49B;
}
.TagClassName
{
border-color: #C6C49B;
}
</style>