Shades of Green Mist #C6C39C
Tints of Green Mist #C6C39C
RGB
CMYK
RGB Variations
Color information
#C6C39C (or 0xC6C39C) is known color: Green Mist. HEX triplet: C6, C3 and 9C. RGB value is (198,195,156). Sum of RGB (Red+Green+Blue) = 198+195+156=549 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.07% from 549); Green value is 195 (76.56% from 255 or 35.52% from 549); Blue value is 156 (61.33% from 255 or 28.42% from 549); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C39C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6C39C is #393C63. Grayscale: #BFBFBF. Windows color (decimal): -3751012 or 10273734. OLE color: 10273734.
HSL color Cylindrical-coordinate representation of color #C6C39C: hue angle of 55.71º degrees, saturation: 0.27, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C6C39C is Cyan = 0, Magento = 0.02, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 195 | 156 | - |
| CMYK | 0 | 0.02 | 0.21 | 0.22 |
| HSL | 55.71º | 0.27% | 0.69% | - |
| HSV(B) | 55.71º | 0.21% | 0.78% | - |
| XYZ | 48.8 | 53.44 | 39.19 | - |
| YUV | 191.45 | 107.99 | 132.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 195 | 156 | 0 | 0.02 | 0.21 | 0.22 | 55.71 | 0.27 | 0.69 |
| Hex | C6 | C3 | 9C | 0 | 2 | 15 | 16 | 38 | 1B | 45 |
| Octal | 306 | 303 | 234 | 0 | 2 | 25 | 26 | 70 | 33 | 105 |
| Binary | 11000110 | 11000011 | 10011100 | 0 | 10 | 10101 | 10110 | 111000 | 11011 | 1000101 |
Color Harmonies of #C6C39C
Complementary color
Monochromatic Colors of #C6C39C
Black with #C6C39C
Text Example
Text Example
White with #C6C39C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C39C; }
p { color: rgb(198,195,156); }
H1.HeaderClassName
{
color: #C6C39C;
}
.AnyTagClassName
{
color: #C6C39C;
}
</style>
background-color css
<style>
a { background-color: #C6C39C; }
a { background-color: rgb(198,195,156); }
div.DivClassName
{
background-color: #C6C39C;
}
.BgClassName
{
background-color: #C6C39C;
}
</style>
border-color css
<style>
span { border-color: #C6C39C; }
span { border-color: rgb(198,195,156); }
td.TdClassName
{
border-color: #C6C39C;
}
.TagClassName
{
border-color: #C6C39C;
}
</style>