Shades of Green Mist #C9C594
Tints of Green Mist #C9C594
RGB
CMYK
RGB Variations
Color information
#C9C594 (or 0xC9C594) is known color: Green Mist. HEX triplet: C9, C5 and 94. RGB value is (201,197,148). Sum of RGB (Red+Green+Blue) = 201+197+148=546 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.81% from 546); Green value is 197 (77.34% from 255 or 36.08% from 546); Blue value is 148 (58.20% from 255 or 27.11% from 546); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C594 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9C594 is #363A6B. Grayscale: #C0C0C0. Windows color (decimal): -3553900 or 9749961. OLE color: 9749961.
HSL color Cylindrical-coordinate representation of color #C9C594: hue angle of 55.47º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C9C594 is Cyan = 0, Magento = 0.02, Yellow = 0.26 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 197 | 148 | - |
| CMYK | 0 | 0.02 | 0.26 | 0.21 |
| HSL | 55.47º | 0.33% | 0.68% | - |
| HSV(B) | 55.47º | 0.26% | 0.79% | - |
| XYZ | 49.4 | 54.49 | 35.93 | - |
| YUV | 192.61 | 102.83 | 133.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 197 | 148 | 0 | 0.02 | 0.26 | 0.21 | 55.47 | 0.33 | 0.68 |
| Hex | C9 | C5 | 94 | 0 | 2 | 1A | 15 | 37 | 21 | 44 |
| Octal | 311 | 305 | 224 | 0 | 2 | 32 | 25 | 67 | 41 | 104 |
| Binary | 11001001 | 11000101 | 10010100 | 0 | 10 | 11010 | 10101 | 110111 | 100001 | 1000100 |
Color Harmonies of #C9C594
Complementary color
Monochromatic Colors of #C9C594
Black with #C9C594
Text Example
Text Example
White with #C9C594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C594; }
p { color: rgb(201,197,148); }
H1.HeaderClassName
{
color: #C9C594;
}
.AnyTagClassName
{
color: #C9C594;
}
</style>
background-color css
<style>
a { background-color: #C9C594; }
a { background-color: rgb(201,197,148); }
div.DivClassName
{
background-color: #C9C594;
}
.BgClassName
{
background-color: #C9C594;
}
</style>
border-color css
<style>
span { border-color: #C9C594; }
span { border-color: rgb(201,197,148); }
td.TdClassName
{
border-color: #C9C594;
}
.TagClassName
{
border-color: #C9C594;
}
</style>