Shades of Napa #9D978E
Tints of Napa #9D978E
RGB
CMYK
RGB Variations
Color information
#9D978E (or 0x9D978E) is known color: Napa. HEX triplet: 9D, 97 and 8E. RGB value is (157,151,142). Sum of RGB (Red+Green+Blue) = 157+151+142=450 (59% of max value = 765). Red value is 157 (61.72% from 255 or 34.89% from 450); Green value is 151 (59.38% from 255 or 33.56% from 450); Blue value is 142 (55.86% from 255 or 31.56% from 450); Max value from RGB is 157 - color contains mainly: red. Hex color #9D978E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D978E is #626871. Grayscale: #979797. Windows color (decimal): -6449266 or 9344925. OLE color: 9344925.
HSL color Cylindrical-coordinate representation of color #9D978E: hue angle of 36º degrees, saturation: 0.07, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #9D978E is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 151 | 142 | - |
| CMYK | 0 | 0.04 | 0.10 | 0.38 |
| HSL | 36º | 0.07% | 0.59% | - |
| HSV(B) | 36º | 0.1% | 0.62% | - |
| XYZ | 29.85 | 31.25 | 30.05 | - |
| YUV | 151.77 | 122.49 | 131.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 151 | 142 | 0 | 0.04 | 0.10 | 0.38 | 36 | 0.07 | 0.59 |
| Hex | 9D | 97 | 8E | 0 | 4 | A | 26 | 24 | 7 | 3B |
| Octal | 235 | 227 | 216 | 0 | 4 | 12 | 46 | 44 | 7 | 73 |
| Binary | 10011101 | 10010111 | 10001110 | 0 | 100 | 1010 | 100110 | 100100 | 111 | 111011 |
Color Harmonies of #9D978E
Complementary color
Monochromatic Colors of #9D978E
Black with #9D978E
Text Example
Text Example
White with #9D978E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D978E; }
p { color: rgb(157,151,142); }
H1.HeaderClassName
{
color: #9D978E;
}
.AnyTagClassName
{
color: #9D978E;
}
</style>
background-color css
<style>
a { background-color: #9D978E; }
a { background-color: rgb(157,151,142); }
div.DivClassName
{
background-color: #9D978E;
}
.BgClassName
{
background-color: #9D978E;
}
</style>
border-color css
<style>
span { border-color: #9D978E; }
span { border-color: rgb(157,151,142); }
td.TdClassName
{
border-color: #9D978E;
}
.TagClassName
{
border-color: #9D978E;
}
</style>