Shades of Green Mist #C5C99B
Tints of Green Mist #C5C99B
RGB
CMYK
RGB Variations
Color information
#C5C99B (or 0xC5C99B) is known color: Green Mist. HEX triplet: C5, C9 and 9B. RGB value is (197,201,155). Sum of RGB (Red+Green+Blue) = 197+201+155=553 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.62% from 553); Green value is 201 (78.91% from 255 or 36.35% from 553); Blue value is 155 (60.94% from 255 or 28.03% from 553); Max value from RGB is 201 - color contains mainly: green. Hex color #C5C99B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5C99B is #3A3664. Grayscale: #C2C2C2. Windows color (decimal): -3815013 or 10209733. OLE color: 10209733.
HSL color Cylindrical-coordinate representation of color #C5C99B: hue angle of 65.22º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C5C99B is Cyan = 0.02, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 197 | 201 | 155 | - |
| CMYK | 0.02 | 0 | 0.23 | 0.21 |
| HSL | 65.22º | 0.3% | 0.7% | - |
| HSV(B) | 65.22º | 0.23% | 0.79% | - |
| XYZ | 49.83 | 56.01 | 39.2 | - |
| YUV | 194.56 | 105.67 | 129.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 201 | 155 | 0.02 | 0 | 0.23 | 0.21 | 65.22 | 0.3 | 0.7 |
| Hex | C5 | C9 | 9B | 2 | 0 | 17 | 15 | 41 | 1E | 46 |
| Octal | 305 | 311 | 233 | 2 | 0 | 27 | 25 | 101 | 36 | 106 |
| Binary | 11000101 | 11001001 | 10011011 | 10 | 0 | 10111 | 10101 | 1000001 | 11110 | 1000110 |
Color Harmonies of #C5C99B
Complementary color
Monochromatic Colors of #C5C99B
Black with #C5C99B
Text Example
Text Example
White with #C5C99B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C99B; }
p { color: rgb(197,201,155); }
H1.HeaderClassName
{
color: #C5C99B;
}
.AnyTagClassName
{
color: #C5C99B;
}
</style>
background-color css
<style>
a { background-color: #C5C99B; }
a { background-color: rgb(197,201,155); }
div.DivClassName
{
background-color: #C5C99B;
}
.BgClassName
{
background-color: #C5C99B;
}
</style>
border-color css
<style>
span { border-color: #C5C99B; }
span { border-color: rgb(197,201,155); }
td.TdClassName
{
border-color: #C5C99B;
}
.TagClassName
{
border-color: #C5C99B;
}
</style>