#89915E

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

Shades of Bitter #89915E

Tints of Bitter #89915E

Color information

#89915E (or 0x89915E) is unknown color: approx Bitter. HEX triplet: 89, 91 and 5E. RGB value is (137,145,94). Sum of RGB (Red+Green+Blue) = 137+145+94=376 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.44% from 376); Green value is 145 (57.03% from 255 or 38.56% from 376); Blue value is 94 (37.11% from 255 or 25% from 376); Max value from RGB is 145 - color contains mainly: green. Hex color #89915E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89915E is #766EA1. Grayscale: #888888. Windows color (decimal): -7761570 or 6197641. OLE color: 6197641.

HSL color Cylindrical-coordinate representation of color #89915E: hue angle of 69.41º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #89915E is Cyan = 0.06, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.43.

Color convert

RGB13714594-
CMYK0.0600.350.43
HSL69.41º21.34%46.86%-
HSV(B)69.41º35.17%56.86%-
XYZ22.4626.3814.5-
YUV136.79103.85128.15-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 36.44%
GREEN value IS 145 (57.03% from 255) = 38.56%
BLUE value IS 94 (37.11% from 255) = 25%
R=36.44%
G=38.56%
B=25%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal137145940.0600.350.4369.4121.3446.86
Hex89915E60232B45152f
Octal2112211366043531052557
Binary100010011001000110111101100100011101011100010110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89915E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89915E; }

 p { color: rgb(137,145,94); }

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

<style>
 a { background-color: #89915E; }

 a { background-color: rgb(137,145,94); }

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

<style>
 span { border-color: #89915E; }

 span { border-color: rgb(137,145,94); }

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