Shades of Green Mist #C3C18E
Tints of Green Mist #C3C18E
RGB
CMYK
RGB Variations
Color information
#C3C18E (or 0xC3C18E) is known color: Green Mist. HEX triplet: C3, C1 and 8E. RGB value is (195,193,142). Sum of RGB (Red+Green+Blue) = 195+193+142=530 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.79% from 530); Green value is 193 (75.78% from 255 or 36.42% from 530); Blue value is 142 (55.86% from 255 or 26.79% from 530); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C18E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3C18E is #3C3E71. Grayscale: #BBBBBB. Windows color (decimal): -3948146 or 9355715. OLE color: 9355715.
HSL color Cylindrical-coordinate representation of color #C3C18E: hue angle of 57.74º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C3C18E is Cyan = 0, Magento = 0.01, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 193 | 142 | - |
| CMYK | 0 | 0.01 | 0.27 | 0.24 |
| HSL | 57.74º | 0.31% | 0.66% | - |
| HSV(B) | 57.74º | 0.27% | 0.76% | - |
| XYZ | 46.46 | 51.7 | 33.12 | - |
| YUV | 187.78 | 102.16 | 133.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 193 | 142 | 0 | 0.01 | 0.27 | 0.24 | 57.74 | 0.31 | 0.66 |
| Hex | C3 | C1 | 8E | 0 | 1 | 1B | 18 | 3A | 1F | 42 |
| Octal | 303 | 301 | 216 | 0 | 1 | 33 | 30 | 72 | 37 | 102 |
| Binary | 11000011 | 11000001 | 10001110 | 0 | 1 | 11011 | 11000 | 111010 | 11111 | 1000010 |
Color Harmonies of #C3C18E
Complementary color
Monochromatic Colors of #C3C18E
Black with #C3C18E
Text Example
Text Example
White with #C3C18E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C18E; }
p { color: rgb(195,193,142); }
H1.HeaderClassName
{
color: #C3C18E;
}
.AnyTagClassName
{
color: #C3C18E;
}
</style>
background-color css
<style>
a { background-color: #C3C18E; }
a { background-color: rgb(195,193,142); }
div.DivClassName
{
background-color: #C3C18E;
}
.BgClassName
{
background-color: #C3C18E;
}
</style>
border-color css
<style>
span { border-color: #C3C18E; }
span { border-color: rgb(195,193,142); }
td.TdClassName
{
border-color: #C3C18E;
}
.TagClassName
{
border-color: #C3C18E;
}
</style>