#9E978A

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

Shades of Napa #9E978A

Tints of Napa #9E978A

Color information

#9E978A (or 0x9E978A) is unknown color: approx Napa. HEX triplet: 9E, 97 and 8A. RGB value is (158,151,138). Sum of RGB (Red+Green+Blue) = 158+151+138=447 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.35% from 447); Green value is 151 (59.38% from 255 or 33.78% from 447); Blue value is 138 (54.30% from 255 or 30.87% from 447); Max value from RGB is 158 - color contains mainly: red. Hex color #9E978A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E978A is #616875. Grayscale: #979797. Windows color (decimal): -6383734 or 9082782. OLE color: 9082782.

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

Color convert

RGB158151138-
CMYK00.040.130.38
HSL39º9.35%58.04%-
HSV(B)39º12.66%61.96%-
XYZ29.7531.2428.51-
YUV151.61120.32132.56-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 35.35%
GREEN value IS 151 (59.38% from 255) = 33.78%
BLUE value IS 138 (54.30% from 255) = 30.87%
R=35.35%
G=33.78%
B=30.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.13
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15815113800.040.130.38399.3558.04
Hex9E978A04D262793a
Octal236227212041546471172
Binary100111101001011110001010010011011001101001111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E978A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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