Shades of Green Mist #C1C28D
Tints of Green Mist #C1C28D
RGB
CMYK
RGB Variations
Color information
#C1C28D (or 0xC1C28D) is known color: Green Mist. HEX triplet: C1, C2 and 8D. RGB value is (193,194,141). Sum of RGB (Red+Green+Blue) = 193+194+141=528 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.55% from 528); Green value is 194 (76.17% from 255 or 36.74% from 528); Blue value is 141 (55.47% from 255 or 26.70% from 528); Max value from RGB is 194 - color contains mainly: green. Hex color #C1C28D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1C28D is #3E3D72. Grayscale: #BBBBBB. Windows color (decimal): -4078963 or 9290433. OLE color: 9290433.
HSL color Cylindrical-coordinate representation of color #C1C28D: hue angle of 61.13º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C1C28D is Cyan = 0.01, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 194 | 141 | - |
| CMYK | 0.01 | 0 | 0.27 | 0.24 |
| HSL | 61.13º | 0.3% | 0.66% | - |
| HSV(B) | 61.13º | 0.27% | 0.76% | - |
| XYZ | 46.09 | 51.84 | 32.78 | - |
| YUV | 187.66 | 101.67 | 131.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 194 | 141 | 0.01 | 0 | 0.27 | 0.24 | 61.13 | 0.3 | 0.66 |
| Hex | C1 | C2 | 8D | 1 | 0 | 1B | 18 | 3D | 1E | 42 |
| Octal | 301 | 302 | 215 | 1 | 0 | 33 | 30 | 75 | 36 | 102 |
| Binary | 11000001 | 11000010 | 10001101 | 1 | 0 | 11011 | 11000 | 111101 | 11110 | 1000010 |
Color Harmonies of #C1C28D
Complementary color
Monochromatic Colors of #C1C28D
Black with #C1C28D
Text Example
Text Example
White with #C1C28D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1C28D; }
p { color: rgb(193,194,141); }
H1.HeaderClassName
{
color: #C1C28D;
}
.AnyTagClassName
{
color: #C1C28D;
}
</style>
background-color css
<style>
a { background-color: #C1C28D; }
a { background-color: rgb(193,194,141); }
div.DivClassName
{
background-color: #C1C28D;
}
.BgClassName
{
background-color: #C1C28D;
}
</style>
border-color css
<style>
span { border-color: #C1C28D; }
span { border-color: rgb(193,194,141); }
td.TdClassName
{
border-color: #C1C28D;
}
.TagClassName
{
border-color: #C1C28D;
}
</style>