#9E978B

Color #9E978B Napa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Napa #9E978B

Tints of Napa #9E978B

Color information

#9E978B (or 0x9E978B) is unknown color: approx Napa. HEX triplet: 9E, 97 and 8B. RGB value is (158,151,139). Sum of RGB (Red+Green+Blue) = 158+151+139=448 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.27% from 448); Green value is 151 (59.38% from 255 or 33.71% from 448); Blue value is 139 (54.69% from 255 or 31.03% from 448); Max value from RGB is 158 - color contains mainly: red. Hex color #9E978B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E978B is #616874. Grayscale: #979797. Windows color (decimal): -6383733 or 9148318. OLE color: 9148318.

HSL color Cylindrical-coordinate representation of color #9E978B: hue angle of 37.89º degrees, saturation: 0.09, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9E978B is Cyan = 0, Magento = 0.04, Yellow = 0.12 and Black (K on CMYK) = 0.38.

Color convert

RGB158151139-
CMYK00.040.120.38
HSL37.89º8.92%58.24%-
HSV(B)37.89º12.03%61.96%-
XYZ29.8331.2728.89-
YUV151.72120.82132.48-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 158 (62.11% from 255) = 35.27%
GREEN value IS 151 (59.38% from 255) = 33.71%
BLUE value IS 139 (54.69% from 255) = 31.03%
R=35.27%
G=33.71%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.12
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15815113900.040.120.3837.898.9258.24
Hex9E978B04C262693a
Octal236227213041446461172
Binary100111101001011110001011010011001001101001101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E978B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9E978B; }

 p { color: rgb(158,151,139); }

 H1.HeaderClassName
 {
   color: #9E978B;
 }
 .AnyTagClassName
 {
   color: #9E978B;
 }
</style>
background-color css

<style>
 a { background-color: #9E978B; }

 a { background-color: rgb(158,151,139); }

 div.DivClassName
 {
   background-color: #9E978B;
 }
 .BgClassName
 {
   background-color: #9E978B;
 }
</style>
border-color css

<style>
 span { border-color: #9E978B; }

 span { border-color: rgb(158,151,139); }

 td.TdClassName
 {
   border-color: #9E978B;
 }
 .TagClassName
 {
   border-color: #9E978B;
 }
</style>