Shades of Green Mist #C7CB9C
Tints of Green Mist #C7CB9C
RGB
CMYK
RGB Variations
Color information
#C7CB9C (or 0xC7CB9C) is known color: Green Mist. HEX triplet: C7, CB and 9C. RGB value is (199,203,156). Sum of RGB (Red+Green+Blue) = 199+203+156=558 (73% of max value = 765). Red value is 199 (78.12% from 255 or 35.66% from 558); Green value is 203 (79.69% from 255 or 36.38% from 558); Blue value is 156 (61.33% from 255 or 27.96% from 558); Max value from RGB is 203 - color contains mainly: green. Hex color #C7CB9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7CB9C is #383463. Grayscale: #C4C4C4. Windows color (decimal): -3683428 or 10275783. OLE color: 10275783.
HSL color Cylindrical-coordinate representation of color #C7CB9C: hue angle of 65.11º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C7CB9C is Cyan = 0.02, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 199 | 203 | 156 | - |
| CMYK | 0.02 | 0 | 0.23 | 0.20 |
| HSL | 65.11º | 0.31% | 0.7% | - |
| HSV(B) | 65.11º | 0.23% | 0.8% | - |
| XYZ | 50.91 | 57.25 | 39.82 | - |
| YUV | 196.45 | 105.17 | 129.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 203 | 156 | 0.02 | 0 | 0.23 | 0.20 | 65.11 | 0.31 | 0.7 |
| Hex | C7 | CB | 9C | 2 | 0 | 17 | 14 | 41 | 1F | 46 |
| Octal | 307 | 313 | 234 | 2 | 0 | 27 | 24 | 101 | 37 | 106 |
| Binary | 11000111 | 11001011 | 10011100 | 10 | 0 | 10111 | 10100 | 1000001 | 11111 | 1000110 |
Color Harmonies of #C7CB9C
Complementary color
Monochromatic Colors of #C7CB9C
Black with #C7CB9C
Text Example
Text Example
White with #C7CB9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7CB9C; }
p { color: rgb(199,203,156); }
H1.HeaderClassName
{
color: #C7CB9C;
}
.AnyTagClassName
{
color: #C7CB9C;
}
</style>
background-color css
<style>
a { background-color: #C7CB9C; }
a { background-color: rgb(199,203,156); }
div.DivClassName
{
background-color: #C7CB9C;
}
.BgClassName
{
background-color: #C7CB9C;
}
</style>
border-color css
<style>
span { border-color: #C7CB9C; }
span { border-color: rgb(199,203,156); }
td.TdClassName
{
border-color: #C7CB9C;
}
.TagClassName
{
border-color: #C7CB9C;
}
</style>