Shades of Green Mist #C1C08D
Tints of Green Mist #C1C08D
RGB
CMYK
RGB Variations
Color information
#C1C08D (or 0xC1C08D) is known color: Green Mist. HEX triplet: C1, C0 and 8D. RGB value is (193,192,141). Sum of RGB (Red+Green+Blue) = 193+192+141=526 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.69% from 526); Green value is 192 (75.39% from 255 or 36.50% from 526); Blue value is 141 (55.47% from 255 or 26.81% from 526); Max value from RGB is 193 - color contains mainly: red. Hex color #C1C08D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1C08D is #3E3F72. Grayscale: #BABABA. Windows color (decimal): -4079475 or 9289921. OLE color: 9289921.
HSL color Cylindrical-coordinate representation of color #C1C08D: hue angle of 58.85º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C1C08D is Cyan = 0, Magento = 0.01, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 192 | 141 | - |
| CMYK | 0 | 0.01 | 0.27 | 0.24 |
| HSL | 58.85º | 0.3% | 0.65% | - |
| HSV(B) | 58.85º | 0.27% | 0.76% | - |
| XYZ | 45.65 | 50.96 | 32.63 | - |
| YUV | 186.49 | 102.33 | 132.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 192 | 141 | 0 | 0.01 | 0.27 | 0.24 | 58.85 | 0.3 | 0.65 |
| Hex | C1 | C0 | 8D | 0 | 1 | 1B | 18 | 3B | 1E | 41 |
| Octal | 301 | 300 | 215 | 0 | 1 | 33 | 30 | 73 | 36 | 101 |
| Binary | 11000001 | 11000000 | 10001101 | 0 | 1 | 11011 | 11000 | 111011 | 11110 | 1000001 |
Color Harmonies of #C1C08D
Complementary color
Monochromatic Colors of #C1C08D
Black with #C1C08D
Text Example
Text Example
White with #C1C08D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1C08D; }
p { color: rgb(193,192,141); }
H1.HeaderClassName
{
color: #C1C08D;
}
.AnyTagClassName
{
color: #C1C08D;
}
</style>
background-color css
<style>
a { background-color: #C1C08D; }
a { background-color: rgb(193,192,141); }
div.DivClassName
{
background-color: #C1C08D;
}
.BgClassName
{
background-color: #C1C08D;
}
</style>
border-color css
<style>
span { border-color: #C1C08D; }
span { border-color: rgb(193,192,141); }
td.TdClassName
{
border-color: #C1C08D;
}
.TagClassName
{
border-color: #C1C08D;
}
</style>