Shades of Green Mist #C5C49B
Tints of Green Mist #C5C49B
RGB
CMYK
RGB Variations
Color information
#C5C49B (or 0xC5C49B) is known color: Green Mist. HEX triplet: C5, C4 and 9B. RGB value is (197,196,155). Sum of RGB (Red+Green+Blue) = 197+196+155=548 (72% of max value = 765). Red value is 197 (77.34% from 255 or 35.95% from 548); Green value is 196 (76.95% from 255 or 35.77% from 548); Blue value is 155 (60.94% from 255 or 28.28% from 548); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C49B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5C49B is #3A3B64. Grayscale: #BFBFBF. Windows color (decimal): -3816293 or 10208453. OLE color: 10208453.
HSL color Cylindrical-coordinate representation of color #C5C49B: hue angle of 58.57º degrees, saturation: 0.27, 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 #C5C49B is Cyan = 0, Magento = 0.01, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 196 | 155 | - |
| CMYK | 0 | 0.01 | 0.21 | 0.23 |
| HSL | 58.57º | 0.27% | 0.69% | - |
| HSV(B) | 58.57º | 0.21% | 0.77% | - |
| XYZ | 48.68 | 53.72 | 38.81 | - |
| YUV | 191.63 | 107.33 | 131.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 196 | 155 | 0 | 0.01 | 0.21 | 0.23 | 58.57 | 0.27 | 0.69 |
| Hex | C5 | C4 | 9B | 0 | 1 | 15 | 17 | 3B | 1B | 45 |
| Octal | 305 | 304 | 233 | 0 | 1 | 25 | 27 | 73 | 33 | 105 |
| Binary | 11000101 | 11000100 | 10011011 | 0 | 1 | 10101 | 10111 | 111011 | 11011 | 1000101 |
Color Harmonies of #C5C49B
Complementary color
Monochromatic Colors of #C5C49B
Black with #C5C49B
Text Example
Text Example
White with #C5C49B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C49B; }
p { color: rgb(197,196,155); }
H1.HeaderClassName
{
color: #C5C49B;
}
.AnyTagClassName
{
color: #C5C49B;
}
</style>
background-color css
<style>
a { background-color: #C5C49B; }
a { background-color: rgb(197,196,155); }
div.DivClassName
{
background-color: #C5C49B;
}
.BgClassName
{
background-color: #C5C49B;
}
</style>
border-color css
<style>
span { border-color: #C5C49B; }
span { border-color: rgb(197,196,155); }
td.TdClassName
{
border-color: #C5C49B;
}
.TagClassName
{
border-color: #C5C49B;
}
</style>