Shades of Green Mist #C1C592
Tints of Green Mist #C1C592
RGB
CMYK
RGB Variations
Color information
#C1C592 (or 0xC1C592) is known color: Green Mist. HEX triplet: C1, C5 and 92. RGB value is (193,197,146). Sum of RGB (Red+Green+Blue) = 193+197+146=536 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.01% from 536); Green value is 197 (77.34% from 255 or 36.75% from 536); Blue value is 146 (57.42% from 255 or 27.24% from 536); Max value from RGB is 197 - color contains mainly: green. Hex color #C1C592 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1C592 is #3E3A6D. Grayscale: #BEBEBE. Windows color (decimal): -4078190 or 9618881. OLE color: 9618881.
HSL color Cylindrical-coordinate representation of color #C1C592: hue angle of 64.71º 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 #C1C592 is Cyan = 0.02, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 193 | 197 | 146 | - |
| CMYK | 0.02 | 0 | 0.26 | 0.23 |
| HSL | 64.71º | 0.31% | 0.67% | - |
| HSV(B) | 64.71º | 0.26% | 0.77% | - |
| XYZ | 47.15 | 53.35 | 35.01 | - |
| YUV | 189.99 | 103.17 | 130.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 197 | 146 | 0.02 | 0 | 0.26 | 0.23 | 64.71 | 0.31 | 0.67 |
| Hex | C1 | C5 | 92 | 2 | 0 | 1A | 17 | 41 | 1F | 43 |
| Octal | 301 | 305 | 222 | 2 | 0 | 32 | 27 | 101 | 37 | 103 |
| Binary | 11000001 | 11000101 | 10010010 | 10 | 0 | 11010 | 10111 | 1000001 | 11111 | 1000011 |
Color Harmonies of #C1C592
Complementary color
Monochromatic Colors of #C1C592
Black with #C1C592
Text Example
Text Example
White with #C1C592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1C592; }
p { color: rgb(193,197,146); }
H1.HeaderClassName
{
color: #C1C592;
}
.AnyTagClassName
{
color: #C1C592;
}
</style>
background-color css
<style>
a { background-color: #C1C592; }
a { background-color: rgb(193,197,146); }
div.DivClassName
{
background-color: #C1C592;
}
.BgClassName
{
background-color: #C1C592;
}
</style>
border-color css
<style>
span { border-color: #C1C592; }
span { border-color: rgb(193,197,146); }
td.TdClassName
{
border-color: #C1C592;
}
.TagClassName
{
border-color: #C1C592;
}
</style>