Shades of Green Mist #C3C691
Tints of Green Mist #C3C691
RGB
CMYK
RGB Variations
Color information
#C3C691 (or 0xC3C691) is known color: Green Mist. HEX triplet: C3, C6 and 91. RGB value is (195,198,145). Sum of RGB (Red+Green+Blue) = 195+198+145=538 (71% of max value = 765). Red value is 195 (76.56% from 255 or 36.25% from 538); Green value is 198 (77.73% from 255 or 36.80% from 538); Blue value is 145 (57.03% from 255 or 26.95% from 538); Max value from RGB is 198 - color contains mainly: green. Hex color #C3C691 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3C691 is #3C396E. Grayscale: #BFBFBF. Windows color (decimal): -3946863 or 9553603. OLE color: 9553603.
HSL color Cylindrical-coordinate representation of color #C3C691: hue angle of 63.4º degrees, saturation: 0.32, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C3C691 is Cyan = 0.02, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 195 | 198 | 145 | - |
| CMYK | 0.02 | 0 | 0.27 | 0.22 |
| HSL | 63.4º | 0.32% | 0.67% | - |
| HSV(B) | 63.4º | 0.27% | 0.78% | - |
| XYZ | 47.81 | 54.03 | 34.7 | - |
| YUV | 191.06 | 102.01 | 130.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 198 | 145 | 0.02 | 0 | 0.27 | 0.22 | 63.4 | 0.32 | 0.67 |
| Hex | C3 | C6 | 91 | 2 | 0 | 1B | 16 | 3F | 20 | 43 |
| Octal | 303 | 306 | 221 | 2 | 0 | 33 | 26 | 77 | 40 | 103 |
| Binary | 11000011 | 11000110 | 10010001 | 10 | 0 | 11011 | 10110 | 111111 | 100000 | 1000011 |
Color Harmonies of #C3C691
Complementary color
Monochromatic Colors of #C3C691
Black with #C3C691
Text Example
Text Example
White with #C3C691
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C691; }
p { color: rgb(195,198,145); }
H1.HeaderClassName
{
color: #C3C691;
}
.AnyTagClassName
{
color: #C3C691;
}
</style>
background-color css
<style>
a { background-color: #C3C691; }
a { background-color: rgb(195,198,145); }
div.DivClassName
{
background-color: #C3C691;
}
.BgClassName
{
background-color: #C3C691;
}
</style>
border-color css
<style>
span { border-color: #C3C691; }
span { border-color: rgb(195,198,145); }
td.TdClassName
{
border-color: #C3C691;
}
.TagClassName
{
border-color: #C3C691;
}
</style>