Shades of Green Mist #C3C395
Tints of Green Mist #C3C395
RGB
CMYK
RGB Variations
Color information
#C3C395 (or 0xC3C395) is known color: Green Mist. HEX triplet: C3, C3 and 95. RGB value is (195,195,149). Sum of RGB (Red+Green+Blue) = 195+195+149=539 (71% of max value = 765). Red value is 195 (76.56% from 255 or 36.18% from 539); Green value is 195 (76.56% from 255 or 36.18% from 539); Blue value is 149 (58.59% from 255 or 27.64% from 539); Max value from RGB is 195 - color contains mainly: red, green. Hex color #C3C395 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3C395 is #3C3C6A. Grayscale: #BDBDBD. Windows color (decimal): -3947627 or 9814979. OLE color: 9814979.
HSL color Cylindrical-coordinate representation of color #C3C395: hue angle of 60º degrees, saturation: 0.28, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C3C395 is Cyan = 0, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 195 | 149 | - |
| CMYK | 0 | 0 | 0.24 | 0.24 |
| HSL | 60º | 0.28% | 0.67% | - |
| HSV(B) | 60º | 0.24% | 0.76% | - |
| XYZ | 47.45 | 52.8 | 36.12 | - |
| YUV | 189.76 | 105 | 131.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 195 | 149 | 0 | 0 | 0.24 | 0.24 | 60 | 0.28 | 0.67 |
| Hex | C3 | C3 | 95 | 0 | 0 | 18 | 18 | 3C | 1C | 43 |
| Octal | 303 | 303 | 225 | 0 | 0 | 30 | 30 | 74 | 34 | 103 |
| Binary | 11000011 | 11000011 | 10010101 | 0 | 0 | 11000 | 11000 | 111100 | 11100 | 1000011 |
Color Harmonies of #C3C395
Complementary color
Monochromatic Colors of #C3C395
Black with #C3C395
Text Example
Text Example
White with #C3C395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C395; }
p { color: rgb(195,195,149); }
H1.HeaderClassName
{
color: #C3C395;
}
.AnyTagClassName
{
color: #C3C395;
}
</style>
background-color css
<style>
a { background-color: #C3C395; }
a { background-color: rgb(195,195,149); }
div.DivClassName
{
background-color: #C3C395;
}
.BgClassName
{
background-color: #C3C395;
}
</style>
border-color css
<style>
span { border-color: #C3C395; }
span { border-color: rgb(195,195,149); }
td.TdClassName
{
border-color: #C3C395;
}
.TagClassName
{
border-color: #C3C395;
}
</style>