Shades of Green Mist #C8CD9B
Tints of Green Mist #C8CD9B
RGB
CMYK
RGB Variations
Color information
#C8CD9B (or 0xC8CD9B) is known color: Green Mist. HEX triplet: C8, CD and 9B. RGB value is (200,205,155). Sum of RGB (Red+Green+Blue) = 200+205+155=560 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.71% from 560); Green value is 205 (80.47% from 255 or 36.61% from 560); Blue value is 155 (60.94% from 255 or 27.68% from 560); Max value from RGB is 205 - color contains mainly: green. Hex color #C8CD9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8CD9B is #373264. Grayscale: #C6C6C6. Windows color (decimal): -3617381 or 10210760. OLE color: 10210760.
HSL color Cylindrical-coordinate representation of color #C8CD9B: hue angle of 66º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C8CD9B is Cyan = 0.02, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 200 | 205 | 155 | - |
| CMYK | 0.02 | 0 | 0.24 | 0.20 |
| HSL | 66º | 0.33% | 0.71% | - |
| HSV(B) | 66º | 0.24% | 0.8% | - |
| XYZ | 51.57 | 58.31 | 39.55 | - |
| YUV | 197.81 | 103.84 | 129.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 205 | 155 | 0.02 | 0 | 0.24 | 0.20 | 66 | 0.33 | 0.71 |
| Hex | C8 | CD | 9B | 2 | 0 | 18 | 14 | 42 | 21 | 47 |
| Octal | 310 | 315 | 233 | 2 | 0 | 30 | 24 | 102 | 41 | 107 |
| Binary | 11001000 | 11001101 | 10011011 | 10 | 0 | 11000 | 10100 | 1000010 | 100001 | 1000111 |
Color Harmonies of #C8CD9B
Complementary color
Monochromatic Colors of #C8CD9B
Black with #C8CD9B
Text Example
Text Example
White with #C8CD9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CD9B; }
p { color: rgb(200,205,155); }
H1.HeaderClassName
{
color: #C8CD9B;
}
.AnyTagClassName
{
color: #C8CD9B;
}
</style>
background-color css
<style>
a { background-color: #C8CD9B; }
a { background-color: rgb(200,205,155); }
div.DivClassName
{
background-color: #C8CD9B;
}
.BgClassName
{
background-color: #C8CD9B;
}
</style>
border-color css
<style>
span { border-color: #C8CD9B; }
span { border-color: rgb(200,205,155); }
td.TdClassName
{
border-color: #C8CD9B;
}
.TagClassName
{
border-color: #C8CD9B;
}
</style>