Shades of Green Mist #C3C49B
Tints of Green Mist #C3C49B
RGB
CMYK
RGB Variations
Color information
#C3C49B (or 0xC3C49B) is known color: Green Mist. HEX triplet: C3, C4 and 9B. RGB value is (195,196,155). Sum of RGB (Red+Green+Blue) = 195+196+155=546 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.71% from 546); Green value is 196 (76.95% from 255 or 35.90% from 546); Blue value is 155 (60.94% from 255 or 28.39% from 546); Max value from RGB is 196 - color contains mainly: green. Hex color #C3C49B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3C49B is #3C3B64. Grayscale: #BFBFBF. Windows color (decimal): -3947365 or 10208451. OLE color: 10208451.
HSL color Cylindrical-coordinate representation of color #C3C49B: hue angle of 61.46º degrees, saturation: 0.26, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C3C49B is Cyan = 0.01, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 195 | 196 | 155 | - |
| CMYK | 0.01 | 0 | 0.21 | 0.23 |
| HSL | 61.46º | 0.26% | 0.69% | - |
| HSV(B) | 61.46º | 0.21% | 0.77% | - |
| XYZ | 48.16 | 53.45 | 38.79 | - |
| YUV | 191.03 | 107.67 | 130.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 196 | 155 | 0.01 | 0 | 0.21 | 0.23 | 61.46 | 0.26 | 0.69 |
| Hex | C3 | C4 | 9B | 1 | 0 | 15 | 17 | 3D | 1A | 45 |
| Octal | 303 | 304 | 233 | 1 | 0 | 25 | 27 | 75 | 32 | 105 |
| Binary | 11000011 | 11000100 | 10011011 | 1 | 0 | 10101 | 10111 | 111101 | 11010 | 1000101 |
Color Harmonies of #C3C49B
Complementary color
Monochromatic Colors of #C3C49B
Black with #C3C49B
Text Example
Text Example
White with #C3C49B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C49B; }
p { color: rgb(195,196,155); }
H1.HeaderClassName
{
color: #C3C49B;
}
.AnyTagClassName
{
color: #C3C49B;
}
</style>
background-color css
<style>
a { background-color: #C3C49B; }
a { background-color: rgb(195,196,155); }
div.DivClassName
{
background-color: #C3C49B;
}
.BgClassName
{
background-color: #C3C49B;
}
</style>
border-color css
<style>
span { border-color: #C3C49B; }
span { border-color: rgb(195,196,155); }
td.TdClassName
{
border-color: #C3C49B;
}
.TagClassName
{
border-color: #C3C49B;
}
</style>