Shades of Green Mist #C8CA9B
Tints of Green Mist #C8CA9B
RGB
CMYK
RGB Variations
Color information
#C8CA9B (or 0xC8CA9B) is known color: Green Mist. HEX triplet: C8, CA and 9B. RGB value is (200,202,155). Sum of RGB (Red+Green+Blue) = 200+202+155=557 (73% of max value = 765). Red value is 200 (78.52% from 255 or 35.91% from 557); Green value is 202 (79.30% from 255 or 36.27% from 557); Blue value is 155 (60.94% from 255 or 27.83% from 557); Max value from RGB is 202 - color contains mainly: green. Hex color #C8CA9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8CA9B is #373564. Grayscale: #C4C4C4. Windows color (decimal): -3618149 or 10209992. OLE color: 10209992.
HSL color Cylindrical-coordinate representation of color #C8CA9B: hue angle of 62.55º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C8CA9B is Cyan = 0.01, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 200 | 202 | 155 | - |
| CMYK | 0.01 | 0 | 0.23 | 0.21 |
| HSL | 62.55º | 0.31% | 0.7% | - |
| HSV(B) | 62.55º | 0.23% | 0.79% | - |
| XYZ | 50.86 | 56.89 | 39.31 | - |
| YUV | 196.04 | 104.84 | 130.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 202 | 155 | 0.01 | 0 | 0.23 | 0.21 | 62.55 | 0.31 | 0.7 |
| Hex | C8 | CA | 9B | 1 | 0 | 17 | 15 | 3F | 1F | 46 |
| Octal | 310 | 312 | 233 | 1 | 0 | 27 | 25 | 77 | 37 | 106 |
| Binary | 11001000 | 11001010 | 10011011 | 1 | 0 | 10111 | 10101 | 111111 | 11111 | 1000110 |
Color Harmonies of #C8CA9B
Complementary color
Monochromatic Colors of #C8CA9B
Black with #C8CA9B
Text Example
Text Example
White with #C8CA9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CA9B; }
p { color: rgb(200,202,155); }
H1.HeaderClassName
{
color: #C8CA9B;
}
.AnyTagClassName
{
color: #C8CA9B;
}
</style>
background-color css
<style>
a { background-color: #C8CA9B; }
a { background-color: rgb(200,202,155); }
div.DivClassName
{
background-color: #C8CA9B;
}
.BgClassName
{
background-color: #C8CA9B;
}
</style>
border-color css
<style>
span { border-color: #C8CA9B; }
span { border-color: rgb(200,202,155); }
td.TdClassName
{
border-color: #C8CA9B;
}
.TagClassName
{
border-color: #C8CA9B;
}
</style>