Shades of Green Mist #C1C092
Tints of Green Mist #C1C092
RGB
CMYK
RGB Variations
Color information
#C1C092 (or 0xC1C092) is known color: Green Mist. HEX triplet: C1, C0 and 92. RGB value is (193,192,146). Sum of RGB (Red+Green+Blue) = 193+192+146=531 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.35% from 531); Green value is 192 (75.39% from 255 or 36.16% from 531); Blue value is 146 (57.42% from 255 or 27.50% from 531); Max value from RGB is 193 - color contains mainly: red. Hex color #C1C092 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1C092 is #3E3F6D. Grayscale: #BBBBBB. Windows color (decimal): -4079470 or 9617601. OLE color: 9617601.
HSL color Cylindrical-coordinate representation of color #C1C092: hue angle of 58.72º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C1C092 is Cyan = 0, Magento = 0.01, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 192 | 146 | - |
| CMYK | 0 | 0.01 | 0.24 | 0.24 |
| HSL | 58.72º | 0.27% | 0.66% | - |
| HSV(B) | 58.72º | 0.24% | 0.76% | - |
| XYZ | 46.03 | 51.11 | 34.63 | - |
| YUV | 187.06 | 104.83 | 132.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 192 | 146 | 0 | 0.01 | 0.24 | 0.24 | 58.72 | 0.27 | 0.66 |
| Hex | C1 | C0 | 92 | 0 | 1 | 18 | 18 | 3B | 1B | 42 |
| Octal | 301 | 300 | 222 | 0 | 1 | 30 | 30 | 73 | 33 | 102 |
| Binary | 11000001 | 11000000 | 10010010 | 0 | 1 | 11000 | 11000 | 111011 | 11011 | 1000010 |
Color Harmonies of #C1C092
Complementary color
Monochromatic Colors of #C1C092
Black with #C1C092
Text Example
Text Example
White with #C1C092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1C092; }
p { color: rgb(193,192,146); }
H1.HeaderClassName
{
color: #C1C092;
}
.AnyTagClassName
{
color: #C1C092;
}
</style>
background-color css
<style>
a { background-color: #C1C092; }
a { background-color: rgb(193,192,146); }
div.DivClassName
{
background-color: #C1C092;
}
.BgClassName
{
background-color: #C1C092;
}
</style>
border-color css
<style>
span { border-color: #C1C092; }
span { border-color: rgb(193,192,146); }
td.TdClassName
{
border-color: #C1C092;
}
.TagClassName
{
border-color: #C1C092;
}
</style>