Shades of Green Mist #C3C68F
Tints of Green Mist #C3C68F
RGB
CMYK
RGB Variations
Color information
#C3C68F (or 0xC3C68F) is known color: Green Mist. HEX triplet: C3, C6 and 8F. RGB value is (195,198,143). Sum of RGB (Red+Green+Blue) = 195+198+143=536 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.38% from 536); Green value is 198 (77.73% from 255 or 36.94% from 536); Blue value is 143 (56.25% from 255 or 26.68% from 536); Max value from RGB is 198 - color contains mainly: green. Hex color #C3C68F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3C68F is #3C3970. Grayscale: #BFBFBF. Windows color (decimal): -3946865 or 9422531. OLE color: 9422531.
HSL color Cylindrical-coordinate representation of color #C3C68F: hue angle of 63.27º degrees, saturation: 0.33, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C3C68F is Cyan = 0.02, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 195 | 198 | 143 | - |
| CMYK | 0.02 | 0 | 0.28 | 0.22 |
| HSL | 63.27º | 0.33% | 0.67% | - |
| HSV(B) | 63.27º | 0.28% | 0.78% | - |
| XYZ | 47.66 | 53.97 | 33.89 | - |
| YUV | 190.83 | 101.01 | 130.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 198 | 143 | 0.02 | 0 | 0.28 | 0.22 | 63.27 | 0.33 | 0.67 |
| Hex | C3 | C6 | 8F | 2 | 0 | 1C | 16 | 3F | 21 | 43 |
| Octal | 303 | 306 | 217 | 2 | 0 | 34 | 26 | 77 | 41 | 103 |
| Binary | 11000011 | 11000110 | 10001111 | 10 | 0 | 11100 | 10110 | 111111 | 100001 | 1000011 |
Color Harmonies of #C3C68F
Complementary color
Monochromatic Colors of #C3C68F
Black with #C3C68F
Text Example
Text Example
White with #C3C68F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C68F; }
p { color: rgb(195,198,143); }
H1.HeaderClassName
{
color: #C3C68F;
}
.AnyTagClassName
{
color: #C3C68F;
}
</style>
background-color css
<style>
a { background-color: #C3C68F; }
a { background-color: rgb(195,198,143); }
div.DivClassName
{
background-color: #C3C68F;
}
.BgClassName
{
background-color: #C3C68F;
}
</style>
border-color css
<style>
span { border-color: #C3C68F; }
span { border-color: rgb(195,198,143); }
td.TdClassName
{
border-color: #C3C68F;
}
.TagClassName
{
border-color: #C3C68F;
}
</style>