Shades of Green Mist #C3C48E
Tints of Green Mist #C3C48E
RGB
CMYK
RGB Variations
Color information
#C3C48E (or 0xC3C48E) is known color: Green Mist. HEX triplet: C3, C4 and 8E. RGB value is (195,196,142). Sum of RGB (Red+Green+Blue) = 195+196+142=533 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.59% from 533); Green value is 196 (76.95% from 255 or 36.77% from 533); Blue value is 142 (55.86% from 255 or 26.64% from 533); Max value from RGB is 196 - color contains mainly: green. Hex color #C3C48E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3C48E is #3C3B71. Grayscale: #BDBDBD. Windows color (decimal): -3947378 or 9356483. OLE color: 9356483.
HSL color Cylindrical-coordinate representation of color #C3C48E: hue angle of 61.11º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C3C48E is Cyan = 0.01, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 195 | 196 | 142 | - |
| CMYK | 0.01 | 0 | 0.28 | 0.23 |
| HSL | 61.11º | 0.31% | 0.66% | - |
| HSV(B) | 61.11º | 0.28% | 0.77% | - |
| XYZ | 47.13 | 53.03 | 33.34 | - |
| YUV | 189.55 | 101.17 | 131.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 196 | 142 | 0.01 | 0 | 0.28 | 0.23 | 61.11 | 0.31 | 0.66 |
| Hex | C3 | C4 | 8E | 1 | 0 | 1C | 17 | 3D | 1F | 42 |
| Octal | 303 | 304 | 216 | 1 | 0 | 34 | 27 | 75 | 37 | 102 |
| Binary | 11000011 | 11000100 | 10001110 | 1 | 0 | 11100 | 10111 | 111101 | 11111 | 1000010 |
Color Harmonies of #C3C48E
Complementary color
Monochromatic Colors of #C3C48E
Black with #C3C48E
Text Example
Text Example
White with #C3C48E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C48E; }
p { color: rgb(195,196,142); }
H1.HeaderClassName
{
color: #C3C48E;
}
.AnyTagClassName
{
color: #C3C48E;
}
</style>
background-color css
<style>
a { background-color: #C3C48E; }
a { background-color: rgb(195,196,142); }
div.DivClassName
{
background-color: #C3C48E;
}
.BgClassName
{
background-color: #C3C48E;
}
</style>
border-color css
<style>
span { border-color: #C3C48E; }
span { border-color: rgb(195,196,142); }
td.TdClassName
{
border-color: #C3C48E;
}
.TagClassName
{
border-color: #C3C48E;
}
</style>