#9D8E47

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

Shades of Highball #9D8E47

Tints of Highball #9D8E47

Color information

#9D8E47 (or 0x9D8E47) is unknown color: approx Highball. HEX triplet: 9D, 8E and 47. RGB value is (157,142,71). Sum of RGB (Red+Green+Blue) = 157+142+71=370 (49% of max value = 765). Red value is 157 (61.72% from 255 or 42.43% from 370); Green value is 142 (55.86% from 255 or 38.38% from 370); Blue value is 71 (28.12% from 255 or 19.19% from 370); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8E47 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9D8E47 is #6271B8. Grayscale: #8A8A8A. Windows color (decimal): -6451641 or 4689565. OLE color: 4689565.

HSL color Cylindrical-coordinate representation of color #9D8E47: hue angle of 49.53º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9D8E47 is Cyan = 0, Magento = 0.10, Yellow = 0.55 and Black (K on CMYK) = 0.38.

Color convert

RGB15714271-
CMYK00.100.550.38
HSL49.53º37.72%44.71%-
HSV(B)49.53º54.78%61.57%-
XYZ24.7126.979.86-
YUV138.3989.97141.27-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 42.43%
GREEN value IS 142 (55.86% from 255) = 38.38%
BLUE value IS 71 (28.12% from 255) = 19.19%
R=42.43%
G=38.38%
B=19.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.55
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571427100.100.550.3849.5337.7244.71
Hex9D8E470A372632262d
Octal2352161070126746624655
Binary1001110110001110100011101010110111100110110010100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D8E47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,142,71); }

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

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

 a { background-color: rgb(157,142,71); }

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

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

 span { border-color: rgb(157,142,71); }

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