Shades of Green Mist #C7CB9A
Tints of Green Mist #C7CB9A
RGB
CMYK
RGB Variations
Color information
#C7CB9A (or 0xC7CB9A) is known color: Green Mist. HEX triplet: C7, CB and 9A. RGB value is (199,203,154). Sum of RGB (Red+Green+Blue) = 199+203+154=556 (73% of max value = 765). Red value is 199 (78.12% from 255 or 35.79% from 556); Green value is 203 (79.69% from 255 or 36.51% from 556); Blue value is 154 (60.55% from 255 or 27.70% from 556); Max value from RGB is 203 - color contains mainly: green. Hex color #C7CB9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7CB9A is #383465. Grayscale: #C4C4C4. Windows color (decimal): -3683430 or 10144711. OLE color: 10144711.
HSL color Cylindrical-coordinate representation of color #C7CB9A: hue angle of 64.9º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C7CB9A is Cyan = 0.02, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 199 | 203 | 154 | - |
| CMYK | 0.02 | 0 | 0.24 | 0.20 |
| HSL | 64.9º | 0.32% | 0.7% | - |
| HSV(B) | 64.9º | 0.24% | 0.8% | - |
| XYZ | 50.74 | 57.19 | 38.94 | - |
| YUV | 196.22 | 104.17 | 129.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 203 | 154 | 0.02 | 0 | 0.24 | 0.20 | 64.9 | 0.32 | 0.7 |
| Hex | C7 | CB | 9A | 2 | 0 | 18 | 14 | 41 | 20 | 46 |
| Octal | 307 | 313 | 232 | 2 | 0 | 30 | 24 | 101 | 40 | 106 |
| Binary | 11000111 | 11001011 | 10011010 | 10 | 0 | 11000 | 10100 | 1000001 | 100000 | 1000110 |
Color Harmonies of #C7CB9A
Complementary color
Monochromatic Colors of #C7CB9A
Black with #C7CB9A
Text Example
Text Example
White with #C7CB9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7CB9A; }
p { color: rgb(199,203,154); }
H1.HeaderClassName
{
color: #C7CB9A;
}
.AnyTagClassName
{
color: #C7CB9A;
}
</style>
background-color css
<style>
a { background-color: #C7CB9A; }
a { background-color: rgb(199,203,154); }
div.DivClassName
{
background-color: #C7CB9A;
}
.BgClassName
{
background-color: #C7CB9A;
}
</style>
border-color css
<style>
span { border-color: #C7CB9A; }
span { border-color: rgb(199,203,154); }
td.TdClassName
{
border-color: #C7CB9A;
}
.TagClassName
{
border-color: #C7CB9A;
}
</style>