#9B8947

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

Shades of Highball #9B8947

Tints of Highball #9B8947

Color information

#9B8947 (or 0x9B8947) is unknown color: approx Highball. HEX triplet: 9B, 89 and 47. RGB value is (155,137,71). Sum of RGB (Red+Green+Blue) = 155+137+71=363 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.70% from 363); Green value is 137 (53.91% from 255 or 37.74% from 363); Blue value is 71 (28.12% from 255 or 19.56% from 363); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8947 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B8947 is #6476B8. Grayscale: #878787. Windows color (decimal): -6583993 or 4688283. OLE color: 4688283.

HSL color Cylindrical-coordinate representation of color #9B8947: hue angle of 47.14º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9B8947 is Cyan = 0, Magento = 0.12, Yellow = 0.54 and Black (K on CMYK) = 0.39.

Color convert

RGB15513771-
CMYK00.120.540.39
HSL47.14º37.17%44.31%-
HSV(B)47.14º54.19%60.78%-
XYZ23.625.319.6-
YUV134.8691.96142.37-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 42.70%
GREEN value IS 137 (53.91% from 255) = 37.74%
BLUE value IS 71 (28.12% from 255) = 19.56%
R=42.70%
G=37.74%
B=19.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.54
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551377100.120.540.3947.1437.1744.31
Hex9B89470C36272f252c
Octal2332111070146647574554
Binary1001101110001001100011101100110110100111101111100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,137,71); }

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

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

 a { background-color: rgb(155,137,71); }

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

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

 span { border-color: rgb(155,137,71); }

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