Shades of Green Mist #C6CF9B
Tints of Green Mist #C6CF9B
RGB
CMYK
RGB Variations
Color information
#C6CF9B (or 0xC6CF9B) is known color: Green Mist. HEX triplet: C6, CF and 9B. RGB value is (198,207,155). Sum of RGB (Red+Green+Blue) = 198+207+155=560 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.36% from 560); Green value is 207 (81.25% from 255 or 36.96% from 560); Blue value is 155 (60.94% from 255 or 27.68% from 560); Max value from RGB is 207 - color contains mainly: green. Hex color #C6CF9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6CF9B is #393064. Grayscale: #C6C6C6. Windows color (decimal): -3747941 or 10211270. OLE color: 10211270.
HSL color Cylindrical-coordinate representation of color #C6CF9B: hue angle of 70.38º degrees, saturation: 0.35, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C6CF9B is Cyan = 0.04, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 198 | 207 | 155 | - |
| CMYK | 0.04 | 0 | 0.25 | 0.19 |
| HSL | 70.38º | 0.35% | 0.71% | - |
| HSV(B) | 70.38º | 0.25% | 0.81% | - |
| XYZ | 51.52 | 59 | 39.68 | - |
| YUV | 198.38 | 103.52 | 127.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 207 | 155 | 0.04 | 0 | 0.25 | 0.19 | 70.38 | 0.35 | 0.71 |
| Hex | C6 | CF | 9B | 4 | 0 | 19 | 13 | 46 | 23 | 47 |
| Octal | 306 | 317 | 233 | 4 | 0 | 31 | 23 | 106 | 43 | 107 |
| Binary | 11000110 | 11001111 | 10011011 | 100 | 0 | 11001 | 10011 | 1000110 | 100011 | 1000111 |
Color Harmonies of #C6CF9B
Complementary color
Monochromatic Colors of #C6CF9B
Black with #C6CF9B
Text Example
Text Example
White with #C6CF9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6CF9B; }
p { color: rgb(198,207,155); }
H1.HeaderClassName
{
color: #C6CF9B;
}
.AnyTagClassName
{
color: #C6CF9B;
}
</style>
background-color css
<style>
a { background-color: #C6CF9B; }
a { background-color: rgb(198,207,155); }
div.DivClassName
{
background-color: #C6CF9B;
}
.BgClassName
{
background-color: #C6CF9B;
}
</style>
border-color css
<style>
span { border-color: #C6CF9B; }
span { border-color: rgb(198,207,155); }
td.TdClassName
{
border-color: #C6CF9B;
}
.TagClassName
{
border-color: #C6CF9B;
}
</style>