Shades of Green Mist #C5C391
Tints of Green Mist #C5C391
RGB
CMYK
RGB Variations
Color information
#C5C391 (or 0xC5C391) is known color: Green Mist. HEX triplet: C5, C3 and 91. RGB value is (197,195,145). Sum of RGB (Red+Green+Blue) = 197+195+145=537 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.69% from 537); Green value is 195 (76.56% from 255 or 36.31% from 537); Blue value is 145 (57.03% from 255 or 27.00% from 537); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C391 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5C391 is #3A3C6E. Grayscale: #BEBEBE. Windows color (decimal): -3816559 or 9552837. OLE color: 9552837.
HSL color Cylindrical-coordinate representation of color #C5C391: hue angle of 57.69º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C5C391 is Cyan = 0, Magento = 0.01, Yellow = 0.26 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 195 | 145 | - |
| CMYK | 0 | 0.01 | 0.26 | 0.23 |
| HSL | 57.69º | 0.31% | 0.67% | - |
| HSV(B) | 57.69º | 0.26% | 0.77% | - |
| XYZ | 47.65 | 52.94 | 34.5 | - |
| YUV | 189.9 | 102.66 | 133.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 195 | 145 | 0 | 0.01 | 0.26 | 0.23 | 57.69 | 0.31 | 0.67 |
| Hex | C5 | C3 | 91 | 0 | 1 | 1A | 17 | 3A | 1F | 43 |
| Octal | 305 | 303 | 221 | 0 | 1 | 32 | 27 | 72 | 37 | 103 |
| Binary | 11000101 | 11000011 | 10010001 | 0 | 1 | 11010 | 10111 | 111010 | 11111 | 1000011 |
Color Harmonies of #C5C391
Complementary color
Monochromatic Colors of #C5C391
Black with #C5C391
Text Example
Text Example
White with #C5C391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C391; }
p { color: rgb(197,195,145); }
H1.HeaderClassName
{
color: #C5C391;
}
.AnyTagClassName
{
color: #C5C391;
}
</style>
background-color css
<style>
a { background-color: #C5C391; }
a { background-color: rgb(197,195,145); }
div.DivClassName
{
background-color: #C5C391;
}
.BgClassName
{
background-color: #C5C391;
}
</style>
border-color css
<style>
span { border-color: #C5C391; }
span { border-color: rgb(197,195,145); }
td.TdClassName
{
border-color: #C5C391;
}
.TagClassName
{
border-color: #C5C391;
}
</style>