Shades of Green Mist #C0CB97
Tints of Green Mist #C0CB97
RGB
CMYK
RGB Variations
Color information
#C0CB97 (or 0xC0CB97) is known color: Green Mist. HEX triplet: C0, CB and 97. RGB value is (192,203,151). Sum of RGB (Red+Green+Blue) = 192+203+151=546 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.16% from 546); Green value is 203 (79.69% from 255 or 37.18% from 546); Blue value is 151 (59.38% from 255 or 27.66% from 546); Max value from RGB is 203 - color contains mainly: green. Hex color #C0CB97 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0CB97 is #3F3468. Grayscale: #C1C1C1. Windows color (decimal): -4142185 or 9948096. OLE color: 9948096.
HSL color Cylindrical-coordinate representation of color #C0CB97: hue angle of 72.69º 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 #C0CB97 is Cyan = 0.05, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 192 | 203 | 151 | - |
| CMYK | 0.05 | 0 | 0.26 | 0.20 |
| HSL | 72.69º | 0.33% | 0.69% | - |
| HSV(B) | 72.69º | 0.26% | 0.8% | - |
| XYZ | 48.68 | 56.15 | 37.55 | - |
| YUV | 193.78 | 103.86 | 126.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 203 | 151 | 0.05 | 0 | 0.26 | 0.20 | 72.69 | 0.33 | 0.69 |
| Hex | C0 | CB | 97 | 5 | 0 | 1A | 14 | 49 | 21 | 45 |
| Octal | 300 | 313 | 227 | 5 | 0 | 32 | 24 | 111 | 41 | 105 |
| Binary | 11000000 | 11001011 | 10010111 | 101 | 0 | 11010 | 10100 | 1001001 | 100001 | 1000101 |
Color Harmonies of #C0CB97
Complementary color
Monochromatic Colors of #C0CB97
Black with #C0CB97
Text Example
Text Example
White with #C0CB97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CB97; }
p { color: rgb(192,203,151); }
H1.HeaderClassName
{
color: #C0CB97;
}
.AnyTagClassName
{
color: #C0CB97;
}
</style>
background-color css
<style>
a { background-color: #C0CB97; }
a { background-color: rgb(192,203,151); }
div.DivClassName
{
background-color: #C0CB97;
}
.BgClassName
{
background-color: #C0CB97;
}
</style>
border-color css
<style>
span { border-color: #C0CB97; }
span { border-color: rgb(192,203,151); }
td.TdClassName
{
border-color: #C0CB97;
}
.TagClassName
{
border-color: #C0CB97;
}
</style>