Shades of Green Mist #C3C99D
Tints of Green Mist #C3C99D
RGB
CMYK
RGB Variations
Color information
#C3C99D (or 0xC3C99D) is known color: Green Mist. HEX triplet: C3, C9 and 9D. RGB value is (195,201,157). Sum of RGB (Red+Green+Blue) = 195+201+157=553 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.26% from 553); Green value is 201 (78.91% from 255 or 36.35% from 553); Blue value is 157 (61.72% from 255 or 28.39% from 553); Max value from RGB is 201 - color contains mainly: green. Hex color #C3C99D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3C99D is #3C3662. Grayscale: #C2C2C2. Windows color (decimal): -3946083 or 10340803. OLE color: 10340803.
HSL color Cylindrical-coordinate representation of color #C3C99D: hue angle of 68.18º 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 #C3C99D is Cyan = 0.03, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 195 | 201 | 157 | - |
| CMYK | 0.03 | 0 | 0.22 | 0.21 |
| HSL | 68.18º | 0.29% | 0.7% | - |
| HSV(B) | 68.18º | 0.22% | 0.79% | - |
| XYZ | 49.48 | 55.81 | 40.06 | - |
| YUV | 194.19 | 107.01 | 128.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 201 | 157 | 0.03 | 0 | 0.22 | 0.21 | 68.18 | 0.29 | 0.7 |
| Hex | C3 | C9 | 9D | 3 | 0 | 16 | 15 | 44 | 1D | 46 |
| Octal | 303 | 311 | 235 | 3 | 0 | 26 | 25 | 104 | 35 | 106 |
| Binary | 11000011 | 11001001 | 10011101 | 11 | 0 | 10110 | 10101 | 1000100 | 11101 | 1000110 |
Color Harmonies of #C3C99D
Complementary color
Monochromatic Colors of #C3C99D
Black with #C3C99D
Text Example
Text Example
White with #C3C99D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C99D; }
p { color: rgb(195,201,157); }
H1.HeaderClassName
{
color: #C3C99D;
}
.AnyTagClassName
{
color: #C3C99D;
}
</style>
background-color css
<style>
a { background-color: #C3C99D; }
a { background-color: rgb(195,201,157); }
div.DivClassName
{
background-color: #C3C99D;
}
.BgClassName
{
background-color: #C3C99D;
}
</style>
border-color css
<style>
span { border-color: #C3C99D; }
span { border-color: rgb(195,201,157); }
td.TdClassName
{
border-color: #C3C99D;
}
.TagClassName
{
border-color: #C3C99D;
}
</style>