Shades of Green Mist #C5C098
Tints of Green Mist #C5C098
RGB
CMYK
RGB Variations
Color information
#C5C098 (or 0xC5C098) is known color: Green Mist. HEX triplet: C5, C0 and 98. RGB value is (197,192,152). Sum of RGB (Red+Green+Blue) = 197+192+152=541 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.41% from 541); Green value is 192 (75.39% from 255 or 35.49% from 541); Blue value is 152 (59.77% from 255 or 28.10% from 541); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C098 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5C098 is #3A3F67. Grayscale: #BDBDBD. Windows color (decimal): -3817320 or 10010821. OLE color: 10010821.
HSL color Cylindrical-coordinate representation of color #C5C098: hue angle of 53.33º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C5C098 is Cyan = 0, Magento = 0.03, Yellow = 0.23 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 192 | 152 | - |
| CMYK | 0 | 0.03 | 0.23 | 0.23 |
| HSL | 53.33º | 0.28% | 0.68% | - |
| HSV(B) | 53.33º | 0.23% | 0.77% | - |
| XYZ | 47.54 | 51.84 | 37.21 | - |
| YUV | 188.94 | 107.16 | 133.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 192 | 152 | 0 | 0.03 | 0.23 | 0.23 | 53.33 | 0.28 | 0.68 |
| Hex | C5 | C0 | 98 | 0 | 3 | 17 | 17 | 35 | 1C | 44 |
| Octal | 305 | 300 | 230 | 0 | 3 | 27 | 27 | 65 | 34 | 104 |
| Binary | 11000101 | 11000000 | 10011000 | 0 | 11 | 10111 | 10111 | 110101 | 11100 | 1000100 |
Color Harmonies of #C5C098
Complementary color
Monochromatic Colors of #C5C098
Black with #C5C098
Text Example
Text Example
White with #C5C098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C098; }
p { color: rgb(197,192,152); }
H1.HeaderClassName
{
color: #C5C098;
}
.AnyTagClassName
{
color: #C5C098;
}
</style>
background-color css
<style>
a { background-color: #C5C098; }
a { background-color: rgb(197,192,152); }
div.DivClassName
{
background-color: #C5C098;
}
.BgClassName
{
background-color: #C5C098;
}
</style>
border-color css
<style>
span { border-color: #C5C098; }
span { border-color: rgb(197,192,152); }
td.TdClassName
{
border-color: #C5C098;
}
.TagClassName
{
border-color: #C5C098;
}
</style>