Shades of Green Mist #C8C69F
Tints of Green Mist #C8C69F
RGB
CMYK
RGB Variations
Color information
#C8C69F (or 0xC8C69F) is known color: Green Mist. HEX triplet: C8, C6 and 9F. RGB value is (200,198,159). Sum of RGB (Red+Green+Blue) = 200+198+159=557 (73% of max value = 765). Red value is 200 (78.52% from 255 or 35.91% from 557); Green value is 198 (77.73% from 255 or 35.55% from 557); Blue value is 159 (62.5% from 255 or 28.55% from 557); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C69F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8C69F is #373960. Grayscale: #C2C2C2. Windows color (decimal): -3619169 or 10471112. OLE color: 10471112.
HSL color Cylindrical-coordinate representation of color #C8C69F: hue angle of 57.07º degrees, saturation: 0.27, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C8C69F is Cyan = 0, Magento = 0.01, Yellow = 0.20 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 198 | 159 | - |
| CMYK | 0 | 0.01 | 0.20 | 0.22 |
| HSL | 57.07º | 0.27% | 0.7% | - |
| HSV(B) | 57.07º | 0.21% | 0.78% | - |
| XYZ | 50.27 | 55.17 | 40.8 | - |
| YUV | 194.15 | 108.16 | 132.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 198 | 159 | 0 | 0.01 | 0.20 | 0.22 | 57.07 | 0.27 | 0.7 |
| Hex | C8 | C6 | 9F | 0 | 1 | 14 | 16 | 39 | 1B | 46 |
| Octal | 310 | 306 | 237 | 0 | 1 | 24 | 26 | 71 | 33 | 106 |
| Binary | 11001000 | 11000110 | 10011111 | 0 | 1 | 10100 | 10110 | 111001 | 11011 | 1000110 |
Color Harmonies of #C8C69F
Complementary color
Monochromatic Colors of #C8C69F
Black with #C8C69F
Text Example
Text Example
White with #C8C69F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C69F; }
p { color: rgb(200,198,159); }
H1.HeaderClassName
{
color: #C8C69F;
}
.AnyTagClassName
{
color: #C8C69F;
}
</style>
background-color css
<style>
a { background-color: #C8C69F; }
a { background-color: rgb(200,198,159); }
div.DivClassName
{
background-color: #C8C69F;
}
.BgClassName
{
background-color: #C8C69F;
}
</style>
border-color css
<style>
span { border-color: #C8C69F; }
span { border-color: rgb(200,198,159); }
td.TdClassName
{
border-color: #C8C69F;
}
.TagClassName
{
border-color: #C8C69F;
}
</style>