Shades of Napa #9E978C
Tints of Napa #9E978C
RGB
CMYK
RGB Variations
Color information
#9E978C (or 0x9E978C) is known color: Napa. HEX triplet: 9E, 97 and 8C. RGB value is (158,151,140). Sum of RGB (Red+Green+Blue) = 158+151+140=449 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.19% from 449); Green value is 151 (59.38% from 255 or 33.63% from 449); Blue value is 140 (55.08% from 255 or 31.18% from 449); Max value from RGB is 158 - color contains mainly: red. Hex color #9E978C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E978C is #616873. Grayscale: #979797. Windows color (decimal): -6383732 or 9213854. OLE color: 9213854.
HSL color Cylindrical-coordinate representation of color #9E978C: hue angle of 36.67º degrees, saturation: 0.08, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #9E978C is Cyan = 0, Magento = 0.04, Yellow = 0.11 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 151 | 140 | - |
| CMYK | 0 | 0.04 | 0.11 | 0.38 |
| HSL | 36.67º | 0.08% | 0.58% | - |
| HSV(B) | 36.67º | 0.11% | 0.62% | - |
| XYZ | 29.9 | 31.3 | 29.28 | - |
| YUV | 151.84 | 121.32 | 132.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 151 | 140 | 0 | 0.04 | 0.11 | 0.38 | 36.67 | 0.08 | 0.58 |
| Hex | 9E | 97 | 8C | 0 | 4 | B | 26 | 25 | 8 | 3A |
| Octal | 236 | 227 | 214 | 0 | 4 | 13 | 46 | 45 | 10 | 72 |
| Binary | 10011110 | 10010111 | 10001100 | 0 | 100 | 1011 | 100110 | 100101 | 1000 | 111010 |
Color Harmonies of #9E978C
Complementary color
Monochromatic Colors of #9E978C
Black with #9E978C
Text Example
Text Example
White with #9E978C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E978C; }
p { color: rgb(158,151,140); }
H1.HeaderClassName
{
color: #9E978C;
}
.AnyTagClassName
{
color: #9E978C;
}
</style>
background-color css
<style>
a { background-color: #9E978C; }
a { background-color: rgb(158,151,140); }
div.DivClassName
{
background-color: #9E978C;
}
.BgClassName
{
background-color: #9E978C;
}
</style>
border-color css
<style>
span { border-color: #9E978C; }
span { border-color: rgb(158,151,140); }
td.TdClassName
{
border-color: #9E978C;
}
.TagClassName
{
border-color: #9E978C;
}
</style>