#8A9159

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

Shades of Bitter #8A9159

Tints of Bitter #8A9159

Color information

#8A9159 (or 0x8A9159) is unknown color: approx Bitter. HEX triplet: 8A, 91 and 59. RGB value is (138,145,89). Sum of RGB (Red+Green+Blue) = 138+145+89=372 (49% of max value = 765). Red value is 138 (54.30% from 255 or 37.10% from 372); Green value is 145 (57.03% from 255 or 38.98% from 372); Blue value is 89 (35.16% from 255 or 23.92% from 372); Max value from RGB is 145 - color contains mainly: green. Hex color #8A9159 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A9159 is #756EA6. Grayscale: #888888. Windows color (decimal): -7696039 or 5869962. OLE color: 5869962.

HSL color Cylindrical-coordinate representation of color #8A9159: hue angle of 67.5º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8A9159 is Cyan = 0.05, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.43.

Color convert

RGB13814589-
CMYK0.0500.390.43
HSL67.5º23.93%45.88%-
HSV(B)67.5º38.62%56.86%-
XYZ22.4126.3813.36-
YUV136.52101.18129.05-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 37.10%
GREEN value IS 145 (57.03% from 255) = 38.98%
BLUE value IS 89 (35.16% from 255) = 23.92%
R=37.10%
G=38.98%
B=23.92%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal138145890.0500.390.4367.523.9345.88
Hex8A915950272B44182e
Octal2122211315047531043056
Binary100010101001000110110011010100111101011100010011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A9159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,145,89); }

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

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

 a { background-color: rgb(138,145,89); }

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

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

 span { border-color: rgb(138,145,89); }

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