Shades of Green Mist #C5C392
Tints of Green Mist #C5C392
RGB
CMYK
RGB Variations
Color information
#C5C392 (or 0xC5C392) is known color: Green Mist. HEX triplet: C5, C3 and 92. RGB value is (197,195,146). Sum of RGB (Red+Green+Blue) = 197+195+146=538 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.62% from 538); Green value is 195 (76.56% from 255 or 36.25% from 538); Blue value is 146 (57.42% from 255 or 27.14% from 538); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C392 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5C392 is #3A3C6D. Grayscale: #BEBEBE. Windows color (decimal): -3816558 or 9618373. OLE color: 9618373.
HSL color Cylindrical-coordinate representation of color #C5C392: hue angle of 57.65º 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 #C5C392 is Cyan = 0, Magento = 0.01, Yellow = 0.26 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 195 | 146 | - |
| CMYK | 0 | 0.01 | 0.26 | 0.23 |
| HSL | 57.65º | 0.31% | 0.67% | - |
| HSV(B) | 57.65º | 0.26% | 0.77% | - |
| XYZ | 47.73 | 52.98 | 34.9 | - |
| YUV | 190.01 | 103.16 | 132.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 195 | 146 | 0 | 0.01 | 0.26 | 0.23 | 57.65 | 0.31 | 0.67 |
| Hex | C5 | C3 | 92 | 0 | 1 | 1A | 17 | 3A | 1F | 43 |
| Octal | 305 | 303 | 222 | 0 | 1 | 32 | 27 | 72 | 37 | 103 |
| Binary | 11000101 | 11000011 | 10010010 | 0 | 1 | 11010 | 10111 | 111010 | 11111 | 1000011 |
Color Harmonies of #C5C392
Complementary color
Monochromatic Colors of #C5C392
Black with #C5C392
Text Example
Text Example
White with #C5C392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C392; }
p { color: rgb(197,195,146); }
H1.HeaderClassName
{
color: #C5C392;
}
.AnyTagClassName
{
color: #C5C392;
}
</style>
background-color css
<style>
a { background-color: #C5C392; }
a { background-color: rgb(197,195,146); }
div.DivClassName
{
background-color: #C5C392;
}
.BgClassName
{
background-color: #C5C392;
}
</style>
border-color css
<style>
span { border-color: #C5C392; }
span { border-color: rgb(197,195,146); }
td.TdClassName
{
border-color: #C5C392;
}
.TagClassName
{
border-color: #C5C392;
}
</style>