#9E988D

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

Shades of Napa #9E988D

Tints of Napa #9E988D

Color information

#9E988D (or 0x9E988D) is unknown color: approx Napa. HEX triplet: 9E, 98 and 8D. RGB value is (158,152,141). Sum of RGB (Red+Green+Blue) = 158+152+141=451 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.03% from 451); Green value is 152 (59.77% from 255 or 33.70% from 451); Blue value is 141 (55.47% from 255 or 31.26% from 451); Max value from RGB is 158 - color contains mainly: red. Hex color #9E988D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E988D is #616772. Grayscale: #989898. Windows color (decimal): -6383475 or 9279646. OLE color: 9279646.

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

Color convert

RGB158152141-
CMYK00.040.110.38
HSL38.82º8.06%58.63%-
HSV(B)38.82º10.76%61.96%-
XYZ30.1431.6529.72-
YUV152.54121.49131.89-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 35.03%
GREEN value IS 152 (59.77% from 255) = 33.70%
BLUE value IS 141 (55.47% from 255) = 31.26%
R=35.03%
G=33.70%
B=31.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.11
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15815214100.040.110.3838.828.0658.63
Hex9E988D04B262783b
Octal236230215041346471073
Binary100111101001100010001101010010111001101001111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E988D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,152,141); }

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

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

 a { background-color: rgb(158,152,141); }

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

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

 span { border-color: rgb(158,152,141); }

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