Shades of Green Mist #C8C398
Tints of Green Mist #C8C398
RGB
CMYK
RGB Variations
Color information
#C8C398 (or 0xC8C398) is known color: Green Mist. HEX triplet: C8, C3 and 98. RGB value is (200,195,152). Sum of RGB (Red+Green+Blue) = 200+195+152=547 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.56% from 547); Green value is 195 (76.56% from 255 or 35.65% from 547); Blue value is 152 (59.77% from 255 or 27.79% from 547); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C398 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8C398 is #373C67. Grayscale: #BFBFBF. Windows color (decimal): -3619944 or 10011592. OLE color: 10011592.
HSL color Cylindrical-coordinate representation of color #C8C398: hue angle of 53.75º degrees, saturation: 0.3, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C8C398 is Cyan = 0, Magento = 0.02, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 195 | 152 | - |
| CMYK | 0 | 0.02 | 0.24 | 0.22 |
| HSL | 53.75º | 0.3% | 0.69% | - |
| HSV(B) | 53.75º | 0.24% | 0.78% | - |
| XYZ | 49 | 53.58 | 37.46 | - |
| YUV | 191.59 | 105.66 | 134 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 195 | 152 | 0 | 0.02 | 0.24 | 0.22 | 53.75 | 0.3 | 0.69 |
| Hex | C8 | C3 | 98 | 0 | 2 | 18 | 16 | 36 | 1E | 45 |
| Octal | 310 | 303 | 230 | 0 | 2 | 30 | 26 | 66 | 36 | 105 |
| Binary | 11001000 | 11000011 | 10011000 | 0 | 10 | 11000 | 10110 | 110110 | 11110 | 1000101 |
Color Harmonies of #C8C398
Complementary color
Monochromatic Colors of #C8C398
Black with #C8C398
Text Example
Text Example
White with #C8C398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C398; }
p { color: rgb(200,195,152); }
H1.HeaderClassName
{
color: #C8C398;
}
.AnyTagClassName
{
color: #C8C398;
}
</style>
background-color css
<style>
a { background-color: #C8C398; }
a { background-color: rgb(200,195,152); }
div.DivClassName
{
background-color: #C8C398;
}
.BgClassName
{
background-color: #C8C398;
}
</style>
border-color css
<style>
span { border-color: #C8C398; }
span { border-color: rgb(200,195,152); }
td.TdClassName
{
border-color: #C8C398;
}
.TagClassName
{
border-color: #C8C398;
}
</style>