Shades of Green Mist #C3C39F
Tints of Green Mist #C3C39F
RGB
CMYK
RGB Variations
Color information
#C3C39F (or 0xC3C39F) is known color: Green Mist. HEX triplet: C3, C3 and 9F. RGB value is (195,195,159). Sum of RGB (Red+Green+Blue) = 195+195+159=549 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.52% from 549); Green value is 195 (76.56% from 255 or 35.52% from 549); Blue value is 159 (62.5% from 255 or 28.96% from 549); Max value from RGB is 195 - color contains mainly: red, green. Hex color #C3C39F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3C39F is #3C3C60. Grayscale: #BFBFBF. Windows color (decimal): -3947617 or 10470339. OLE color: 10470339.
HSL color Cylindrical-coordinate representation of color #C3C39F: hue angle of 60º degrees, saturation: 0.23, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C3C39F is Cyan = 0, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 195 | 159 | - |
| CMYK | 0 | 0 | 0.18 | 0.24 |
| HSL | 60º | 0.23% | 0.69% | - |
| HSV(B) | 60º | 0.18% | 0.76% | - |
| XYZ | 48.28 | 53.14 | 40.51 | - |
| YUV | 190.9 | 110 | 130.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 195 | 159 | 0 | 0 | 0.18 | 0.24 | 60 | 0.23 | 0.69 |
| Hex | C3 | C3 | 9F | 0 | 0 | 12 | 18 | 3C | 17 | 45 |
| Octal | 303 | 303 | 237 | 0 | 0 | 22 | 30 | 74 | 27 | 105 |
| Binary | 11000011 | 11000011 | 10011111 | 0 | 0 | 10010 | 11000 | 111100 | 10111 | 1000101 |
Color Harmonies of #C3C39F
Complementary color
Monochromatic Colors of #C3C39F
Black with #C3C39F
Text Example
Text Example
White with #C3C39F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C39F; }
p { color: rgb(195,195,159); }
H1.HeaderClassName
{
color: #C3C39F;
}
.AnyTagClassName
{
color: #C3C39F;
}
</style>
background-color css
<style>
a { background-color: #C3C39F; }
a { background-color: rgb(195,195,159); }
div.DivClassName
{
background-color: #C3C39F;
}
.BgClassName
{
background-color: #C3C39F;
}
</style>
border-color css
<style>
span { border-color: #C3C39F; }
span { border-color: rgb(195,195,159); }
td.TdClassName
{
border-color: #C3C39F;
}
.TagClassName
{
border-color: #C3C39F;
}
</style>