#9D978E

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

Shades of Napa #9D978E

Tints of Napa #9D978E

Color information

#9D978E (or 0x9D978E) is unknown color: approx 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

RGB157151142-
CMYK00.040.100.38
HSL36º7.11%58.63%-
HSV(B)36º9.55%61.57%-
XYZ29.8531.2530.05-
YUV151.77122.49131.73-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 34.89%
GREEN value IS 151 (59.38% from 255) = 33.56%
BLUE value IS 142 (55.86% from 255) = 31.56%
R=34.89%
G=33.56%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.10
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15715114200.040.100.38367.1158.63
Hex9D978E04A262473b
Octal23522721604124644773
Binary10011101100101111000111001001010100110100100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D978E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>