#8B9049

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

Shades of Highball #8B9049

Tints of Highball #8B9049

Color information

#8B9049 (or 0x8B9049) is unknown color: approx Highball. HEX triplet: 8B, 90 and 49. RGB value is (139,144,73). Sum of RGB (Red+Green+Blue) = 139+144+73=356 (47% of max value = 765). Red value is 139 (54.69% from 255 or 39.04% from 356); Green value is 144 (56.64% from 255 or 40.45% from 356); Blue value is 73 (28.91% from 255 or 20.51% from 356); Max value from RGB is 144 - color contains mainly: green. Hex color #8B9049 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8B9049 is #746FB6. Grayscale: #868686. Windows color (decimal): -7630775 or 4821131. OLE color: 4821131.

HSL color Cylindrical-coordinate representation of color #8B9049: hue angle of 64.23º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8B9049 is Cyan = 0.03, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.44.

Color convert

RGB13914473-
CMYK0.0300.490.44
HSL64.23º32.72%42.55%-
HSV(B)64.23º49.31%56.47%-
XYZ21.8225.9210.16-
YUV134.4193.34131.27-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 39.04%
GREEN value IS 144 (56.64% from 255) = 40.45%
BLUE value IS 73 (28.91% from 255) = 20.51%
R=39.04%
G=40.45%
B=20.51%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal139144730.0300.490.4464.2332.7242.55
Hex8B904930312C40212b
Octal2132201113061541004153
Binary100010111001000010010011101100011011001000000100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B9049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B9049; }

 p { color: rgb(139,144,73); }

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

<style>
 a { background-color: #8B9049; }

 a { background-color: rgb(139,144,73); }

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

<style>
 span { border-color: #8B9049; }

 span { border-color: rgb(139,144,73); }

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