Shades of Green Mist #C6CB8F
Tints of Green Mist #C6CB8F
RGB
CMYK
RGB Variations
Color information
#C6CB8F (or 0xC6CB8F) is known color: Green Mist. HEX triplet: C6, CB and 8F. RGB value is (198,203,143). Sum of RGB (Red+Green+Blue) = 198+203+143=544 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.40% from 544); Green value is 203 (79.69% from 255 or 37.32% from 544); Blue value is 143 (56.25% from 255 or 26.29% from 544); Max value from RGB is 203 - color contains mainly: green. Hex color #C6CB8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6CB8F is #393470. Grayscale: #C2C2C2. Windows color (decimal): -3748977 or 9423814. OLE color: 9423814.
HSL color Cylindrical-coordinate representation of color #C6CB8F: hue angle of 65º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C6CB8F is Cyan = 0.02, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 198 | 203 | 143 | - |
| CMYK | 0.02 | 0 | 0.30 | 0.20 |
| HSL | 65º | 0.37% | 0.68% | - |
| HSV(B) | 65º | 0.3% | 0.8% | - |
| XYZ | 49.6 | 56.7 | 34.32 | - |
| YUV | 194.67 | 98.84 | 130.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 203 | 143 | 0.02 | 0 | 0.30 | 0.20 | 65 | 0.37 | 0.68 |
| Hex | C6 | CB | 8F | 2 | 0 | 1E | 14 | 41 | 25 | 44 |
| Octal | 306 | 313 | 217 | 2 | 0 | 36 | 24 | 101 | 45 | 104 |
| Binary | 11000110 | 11001011 | 10001111 | 10 | 0 | 11110 | 10100 | 1000001 | 100101 | 1000100 |
Color Harmonies of #C6CB8F
Complementary color
Monochromatic Colors of #C6CB8F
Black with #C6CB8F
Text Example
Text Example
White with #C6CB8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6CB8F; }
p { color: rgb(198,203,143); }
H1.HeaderClassName
{
color: #C6CB8F;
}
.AnyTagClassName
{
color: #C6CB8F;
}
</style>
background-color css
<style>
a { background-color: #C6CB8F; }
a { background-color: rgb(198,203,143); }
div.DivClassName
{
background-color: #C6CB8F;
}
.BgClassName
{
background-color: #C6CB8F;
}
</style>
border-color css
<style>
span { border-color: #C6CB8F; }
span { border-color: rgb(198,203,143); }
td.TdClassName
{
border-color: #C6CB8F;
}
.TagClassName
{
border-color: #C6CB8F;
}
</style>