Shades of Green Mist #C9CB9C
Tints of Green Mist #C9CB9C
RGB
CMYK
RGB Variations
Color information
#C9CB9C (or 0xC9CB9C) is known color: Green Mist. HEX triplet: C9, CB and 9C. RGB value is (201,203,156). Sum of RGB (Red+Green+Blue) = 201+203+156=560 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.89% from 560); Green value is 203 (79.69% from 255 or 36.25% from 560); Blue value is 156 (61.33% from 255 or 27.86% from 560); Max value from RGB is 203 - color contains mainly: green. Hex color #C9CB9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9CB9C is #363463. Grayscale: #C5C5C5. Windows color (decimal): -3552356 or 10275785. OLE color: 10275785.
HSL color Cylindrical-coordinate representation of color #C9CB9C: hue angle of 62.55º 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 #C9CB9C is Cyan = 0.01, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 201 | 203 | 156 | - |
| CMYK | 0.01 | 0 | 0.23 | 0.20 |
| HSL | 62.55º | 0.31% | 0.7% | - |
| HSV(B) | 62.55º | 0.23% | 0.8% | - |
| XYZ | 51.44 | 57.53 | 39.85 | - |
| YUV | 197.04 | 104.84 | 130.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 203 | 156 | 0.01 | 0 | 0.23 | 0.20 | 62.55 | 0.31 | 0.7 |
| Hex | C9 | CB | 9C | 1 | 0 | 17 | 14 | 3F | 1F | 46 |
| Octal | 311 | 313 | 234 | 1 | 0 | 27 | 24 | 77 | 37 | 106 |
| Binary | 11001001 | 11001011 | 10011100 | 1 | 0 | 10111 | 10100 | 111111 | 11111 | 1000110 |
Color Harmonies of #C9CB9C
Complementary color
Monochromatic Colors of #C9CB9C
Black with #C9CB9C
Text Example
Text Example
White with #C9CB9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9CB9C; }
p { color: rgb(201,203,156); }
H1.HeaderClassName
{
color: #C9CB9C;
}
.AnyTagClassName
{
color: #C9CB9C;
}
</style>
background-color css
<style>
a { background-color: #C9CB9C; }
a { background-color: rgb(201,203,156); }
div.DivClassName
{
background-color: #C9CB9C;
}
.BgClassName
{
background-color: #C9CB9C;
}
</style>
border-color css
<style>
span { border-color: #C9CB9C; }
span { border-color: rgb(201,203,156); }
td.TdClassName
{
border-color: #C9CB9C;
}
.TagClassName
{
border-color: #C9CB9C;
}
</style>