Shades of Green Mist #C1CB8D
Tints of Green Mist #C1CB8D
RGB
CMYK
RGB Variations
Color information
#C1CB8D (or 0xC1CB8D) is known color: Green Mist. HEX triplet: C1, CB and 8D. RGB value is (193,203,141). Sum of RGB (Red+Green+Blue) = 193+203+141=537 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.94% from 537); Green value is 203 (79.69% from 255 or 37.80% from 537); Blue value is 141 (55.47% from 255 or 26.26% from 537); Max value from RGB is 203 - color contains mainly: green. Hex color #C1CB8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1CB8D is #3E3472. Grayscale: #C1C1C1. Windows color (decimal): -4076659 or 9292737. OLE color: 9292737.
HSL color Cylindrical-coordinate representation of color #C1CB8D: hue angle of 69.68º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C1CB8D is Cyan = 0.05, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 193 | 203 | 141 | - |
| CMYK | 0.05 | 0 | 0.31 | 0.20 |
| HSL | 69.68º | 0.37% | 0.67% | - |
| HSV(B) | 69.68º | 0.31% | 0.8% | - |
| XYZ | 48.16 | 55.97 | 33.46 | - |
| YUV | 192.94 | 98.69 | 128.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 203 | 141 | 0.05 | 0 | 0.31 | 0.20 | 69.68 | 0.37 | 0.67 |
| Hex | C1 | CB | 8D | 5 | 0 | 1F | 14 | 46 | 25 | 43 |
| Octal | 301 | 313 | 215 | 5 | 0 | 37 | 24 | 106 | 45 | 103 |
| Binary | 11000001 | 11001011 | 10001101 | 101 | 0 | 11111 | 10100 | 1000110 | 100101 | 1000011 |
Color Harmonies of #C1CB8D
Complementary color
Monochromatic Colors of #C1CB8D
Black with #C1CB8D
Text Example
Text Example
White with #C1CB8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1CB8D; }
p { color: rgb(193,203,141); }
H1.HeaderClassName
{
color: #C1CB8D;
}
.AnyTagClassName
{
color: #C1CB8D;
}
</style>
background-color css
<style>
a { background-color: #C1CB8D; }
a { background-color: rgb(193,203,141); }
div.DivClassName
{
background-color: #C1CB8D;
}
.BgClassName
{
background-color: #C1CB8D;
}
</style>
border-color css
<style>
span { border-color: #C1CB8D; }
span { border-color: rgb(193,203,141); }
td.TdClassName
{
border-color: #C1CB8D;
}
.TagClassName
{
border-color: #C1CB8D;
}
</style>