Shades of Green Mist #C8C39B
Tints of Green Mist #C8C39B
RGB
CMYK
RGB Variations
Color information
#C8C39B (or 0xC8C39B) is known color: Green Mist. HEX triplet: C8, C3 and 9B. RGB value is (200,195,155). Sum of RGB (Red+Green+Blue) = 200+195+155=550 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.36% from 550); Green value is 195 (76.56% from 255 or 35.45% from 550); Blue value is 155 (60.94% from 255 or 28.18% from 550); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C39B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8C39B is #373C64. Grayscale: #C0C0C0. Windows color (decimal): -3619941 or 10208200. OLE color: 10208200.
HSL color Cylindrical-coordinate representation of color #C8C39B: hue angle of 53.33º degrees, saturation: 0.29, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C8C39B is Cyan = 0, Magento = 0.02, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 195 | 155 | - |
| CMYK | 0 | 0.02 | 0.22 | 0.22 |
| HSL | 53.33º | 0.29% | 0.7% | - |
| HSV(B) | 53.33º | 0.23% | 0.78% | - |
| XYZ | 49.25 | 53.68 | 38.78 | - |
| YUV | 191.94 | 107.16 | 133.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 195 | 155 | 0 | 0.02 | 0.22 | 0.22 | 53.33 | 0.29 | 0.7 |
| Hex | C8 | C3 | 9B | 0 | 2 | 16 | 16 | 35 | 1D | 46 |
| Octal | 310 | 303 | 233 | 0 | 2 | 26 | 26 | 65 | 35 | 106 |
| Binary | 11001000 | 11000011 | 10011011 | 0 | 10 | 10110 | 10110 | 110101 | 11101 | 1000110 |
Color Harmonies of #C8C39B
Complementary color
Monochromatic Colors of #C8C39B
Black with #C8C39B
Text Example
Text Example
White with #C8C39B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C39B; }
p { color: rgb(200,195,155); }
H1.HeaderClassName
{
color: #C8C39B;
}
.AnyTagClassName
{
color: #C8C39B;
}
</style>
background-color css
<style>
a { background-color: #C8C39B; }
a { background-color: rgb(200,195,155); }
div.DivClassName
{
background-color: #C8C39B;
}
.BgClassName
{
background-color: #C8C39B;
}
</style>
border-color css
<style>
span { border-color: #C8C39B; }
span { border-color: rgb(200,195,155); }
td.TdClassName
{
border-color: #C8C39B;
}
.TagClassName
{
border-color: #C8C39B;
}
</style>