#898B74

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

Shades of Bitter #898B74

Tints of Bitter #898B74

Color information

#898B74 (or 0x898B74) is unknown color: approx Bitter. HEX triplet: 89, 8B and 74. RGB value is (137,139,116). Sum of RGB (Red+Green+Blue) = 137+139+116=392 (51% of max value = 765). Red value is 137 (53.91% from 255 or 34.95% from 392); Green value is 139 (54.69% from 255 or 35.46% from 392); Blue value is 116 (45.70% from 255 or 29.59% from 392); Max value from RGB is 139 - color contains mainly: green. Hex color #898B74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898B74 is #76748B. Grayscale: #878787. Windows color (decimal): -7763084 or 7637897. OLE color: 7637897.

HSL color Cylindrical-coordinate representation of color #898B74: hue angle of 65.22º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #898B74 is Cyan = 0.01, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.45.

Color convert

RGB137139116-
CMYK0.0100.170.45
HSL65.22º9.02%50%-
HSV(B)65.22º16.55%54.51%-
XYZ22.725.0420.16-
YUV135.78116.84128.87-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 34.95%
GREEN value IS 139 (54.69% from 255) = 35.46%
BLUE value IS 116 (45.70% from 255) = 29.59%
R=34.95%
G=35.46%
B=29.59%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1371391160.0100.170.4565.229.0250
Hex898B7410112D41932
Octal2112131641021551011162
Binary10001001100010111110100101000110110110000011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898B74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #898B74; }

 p { color: rgb(137,139,116); }

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

<style>
 a { background-color: #898B74; }

 a { background-color: rgb(137,139,116); }

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

<style>
 span { border-color: #898B74; }

 span { border-color: rgb(137,139,116); }

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