Shades of Green Mist #C8CB97
Tints of Green Mist #C8CB97
RGB
CMYK
RGB Variations
Color information
#C8CB97 (or 0xC8CB97) is known color: Green Mist. HEX triplet: C8, CB and 97. RGB value is (200,203,151). Sum of RGB (Red+Green+Blue) = 200+203+151=554 (73% of max value = 765). Red value is 200 (78.52% from 255 or 36.10% from 554); Green value is 203 (79.69% from 255 or 36.64% from 554); Blue value is 151 (59.38% from 255 or 27.26% from 554); Max value from RGB is 203 - color contains mainly: green. Hex color #C8CB97 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8CB97 is #373468. Grayscale: #C4C4C4. Windows color (decimal): -3617897 or 9948104. OLE color: 9948104.
HSL color Cylindrical-coordinate representation of color #C8CB97: hue angle of 63.46º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C8CB97 is Cyan = 0.01, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 200 | 203 | 151 | - |
| CMYK | 0.01 | 0 | 0.26 | 0.20 |
| HSL | 63.46º | 0.33% | 0.69% | - |
| HSV(B) | 63.46º | 0.26% | 0.8% | - |
| XYZ | 50.76 | 57.23 | 37.65 | - |
| YUV | 196.18 | 102.51 | 130.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 203 | 151 | 0.01 | 0 | 0.26 | 0.20 | 63.46 | 0.33 | 0.69 |
| Hex | C8 | CB | 97 | 1 | 0 | 1A | 14 | 3F | 21 | 45 |
| Octal | 310 | 313 | 227 | 1 | 0 | 32 | 24 | 77 | 41 | 105 |
| Binary | 11001000 | 11001011 | 10010111 | 1 | 0 | 11010 | 10100 | 111111 | 100001 | 1000101 |
Color Harmonies of #C8CB97
Complementary color
Monochromatic Colors of #C8CB97
Black with #C8CB97
Text Example
Text Example
White with #C8CB97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CB97; }
p { color: rgb(200,203,151); }
H1.HeaderClassName
{
color: #C8CB97;
}
.AnyTagClassName
{
color: #C8CB97;
}
</style>
background-color css
<style>
a { background-color: #C8CB97; }
a { background-color: rgb(200,203,151); }
div.DivClassName
{
background-color: #C8CB97;
}
.BgClassName
{
background-color: #C8CB97;
}
</style>
border-color css
<style>
span { border-color: #C8CB97; }
span { border-color: rgb(200,203,151); }
td.TdClassName
{
border-color: #C8CB97;
}
.TagClassName
{
border-color: #C8CB97;
}
</style>