Shades of Napa #9C978F
Tints of Napa #9C978F
RGB
CMYK
RGB Variations
Color information
#9C978F (or 0x9C978F) is known color: Napa. HEX triplet: 9C, 97 and 8F. RGB value is (156,151,143). Sum of RGB (Red+Green+Blue) = 156+151+143=450 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.67% from 450); Green value is 151 (59.38% from 255 or 33.56% from 450); Blue value is 143 (56.25% from 255 or 31.78% from 450); Max value from RGB is 156 - color contains mainly: red. Hex color #9C978F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C978F is #636870. Grayscale: #979797. Windows color (decimal): -6514801 or 9410460. OLE color: 9410460.
HSL color Cylindrical-coordinate representation of color #9C978F: hue angle of 36.92º degrees, saturation: 0.06, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #9C978F is Cyan = 0, Magento = 0.03, Yellow = 0.08 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 151 | 143 | - |
| CMYK | 0 | 0.03 | 0.08 | 0.39 |
| HSL | 36.92º | 0.06% | 0.59% | - |
| HSV(B) | 36.92º | 0.08% | 0.61% | - |
| XYZ | 29.73 | 31.18 | 30.44 | - |
| YUV | 151.58 | 123.16 | 131.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 151 | 143 | 0 | 0.03 | 0.08 | 0.39 | 36.92 | 0.06 | 0.59 |
| Hex | 9C | 97 | 8F | 0 | 3 | 8 | 27 | 25 | 6 | 3B |
| Octal | 234 | 227 | 217 | 0 | 3 | 10 | 47 | 45 | 6 | 73 |
| Binary | 10011100 | 10010111 | 10001111 | 0 | 11 | 1000 | 100111 | 100101 | 110 | 111011 |
Color Harmonies of #9C978F
Complementary color
Monochromatic Colors of #9C978F
Black with #9C978F
Text Example
Text Example
White with #9C978F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C978F; }
p { color: rgb(156,151,143); }
H1.HeaderClassName
{
color: #9C978F;
}
.AnyTagClassName
{
color: #9C978F;
}
</style>
background-color css
<style>
a { background-color: #9C978F; }
a { background-color: rgb(156,151,143); }
div.DivClassName
{
background-color: #9C978F;
}
.BgClassName
{
background-color: #9C978F;
}
</style>
border-color css
<style>
span { border-color: #9C978F; }
span { border-color: rgb(156,151,143); }
td.TdClassName
{
border-color: #9C978F;
}
.TagClassName
{
border-color: #9C978F;
}
</style>