#89905D

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

Shades of Bitter #89905D

Tints of Bitter #89905D

Color information

#89905D (or 0x89905D) is unknown color: approx Bitter. HEX triplet: 89, 90 and 5D. RGB value is (137,144,93). Sum of RGB (Red+Green+Blue) = 137+144+93=374 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.63% from 374); Green value is 144 (56.64% from 255 or 38.50% from 374); Blue value is 93 (36.72% from 255 or 24.87% from 374); Max value from RGB is 144 - color contains mainly: green. Hex color #89905D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89905D is #766FA2. Grayscale: #888888. Windows color (decimal): -7761827 or 6131849. OLE color: 6131849.

HSL color Cylindrical-coordinate representation of color #89905D: hue angle of 68.24º degrees, saturation: 0.22, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #89905D is Cyan = 0.05, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.44.

Color convert

RGB13714493-
CMYK0.0500.350.44
HSL68.24º21.52%46.47%-
HSV(B)68.24º35.42%56.47%-
XYZ22.2726.0614.21-
YUV136.09103.68128.65-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 36.63%
GREEN value IS 144 (56.64% from 255) = 38.50%
BLUE value IS 93 (36.72% from 255) = 24.87%
R=36.63%
G=38.50%
B=24.87%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal137144930.0500.350.4468.2421.5246.47
Hex89905D50232C44162e
Octal2112201355043541042656
Binary100010011001000010111011010100011101100100010010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89905D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89905D; }

 p { color: rgb(137,144,93); }

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

<style>
 a { background-color: #89905D; }

 a { background-color: rgb(137,144,93); }

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

<style>
 span { border-color: #89905D; }

 span { border-color: rgb(137,144,93); }

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