Shades of Green Mist #C9C69D
Tints of Green Mist #C9C69D
RGB
CMYK
RGB Variations
Color information
#C9C69D (or 0xC9C69D) is known color: Green Mist. HEX triplet: C9, C6 and 9D. RGB value is (201,198,157). Sum of RGB (Red+Green+Blue) = 201+198+157=556 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.15% from 556); Green value is 198 (77.73% from 255 or 35.61% from 556); Blue value is 157 (61.72% from 255 or 28.24% from 556); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C69D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9C69D is #363962. Grayscale: #C2C2C2. Windows color (decimal): -3553635 or 10340041. OLE color: 10340041.
HSL color Cylindrical-coordinate representation of color #C9C69D: hue angle of 55.91º degrees, saturation: 0.29, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C9C69D is Cyan = 0, Magento = 0.01, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 198 | 157 | - |
| CMYK | 0 | 0.01 | 0.22 | 0.21 |
| HSL | 55.91º | 0.29% | 0.7% | - |
| HSV(B) | 55.91º | 0.22% | 0.79% | - |
| XYZ | 50.37 | 55.24 | 39.91 | - |
| YUV | 194.22 | 106.99 | 132.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 198 | 157 | 0 | 0.01 | 0.22 | 0.21 | 55.91 | 0.29 | 0.7 |
| Hex | C9 | C6 | 9D | 0 | 1 | 16 | 15 | 38 | 1D | 46 |
| Octal | 311 | 306 | 235 | 0 | 1 | 26 | 25 | 70 | 35 | 106 |
| Binary | 11001001 | 11000110 | 10011101 | 0 | 1 | 10110 | 10101 | 111000 | 11101 | 1000110 |
Color Harmonies of #C9C69D
Complementary color
Monochromatic Colors of #C9C69D
Black with #C9C69D
Text Example
Text Example
White with #C9C69D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C69D; }
p { color: rgb(201,198,157); }
H1.HeaderClassName
{
color: #C9C69D;
}
.AnyTagClassName
{
color: #C9C69D;
}
</style>
background-color css
<style>
a { background-color: #C9C69D; }
a { background-color: rgb(201,198,157); }
div.DivClassName
{
background-color: #C9C69D;
}
.BgClassName
{
background-color: #C9C69D;
}
</style>
border-color css
<style>
span { border-color: #C9C69D; }
span { border-color: rgb(201,198,157); }
td.TdClassName
{
border-color: #C9C69D;
}
.TagClassName
{
border-color: #C9C69D;
}
</style>