#898D68

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

Shades of Bitter #898D68

Tints of Bitter #898D68

Color information

#898D68 (or 0x898D68) is unknown color: approx Bitter. HEX triplet: 89, 8D and 68. RGB value is (137,141,104). Sum of RGB (Red+Green+Blue) = 137+141+104=382 (50% of max value = 765). Red value is 137 (53.91% from 255 or 35.86% from 382); Green value is 141 (55.47% from 255 or 36.91% from 382); Blue value is 104 (41.02% from 255 or 27.23% from 382); Max value from RGB is 141 - color contains mainly: green. Hex color #898D68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898D68 is #767297. Grayscale: #878787. Windows color (decimal): -7762584 or 6851977. OLE color: 6851977.

HSL color Cylindrical-coordinate representation of color #898D68: hue angle of 66.49º degrees, saturation: 0.15, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #898D68 is Cyan = 0.03, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.45.

Color convert

RGB137141104-
CMYK0.0300.260.45
HSL66.49º15.1%48.04%-
HSV(B)66.49º26.24%55.29%-
XYZ22.3425.3716.82-
YUV135.59110.17129.01-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 35.86%
GREEN value IS 141 (55.47% from 255) = 36.91%
BLUE value IS 104 (41.02% from 255) = 27.23%
R=35.86%
G=36.91%
B=27.23%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1371411040.0300.260.4566.4915.148.04
Hex898D68301A2D42f30
Octal2112151503032551021760
Binary100010011000110111010001101101010110110000101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898D68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,141,104); }

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

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

 a { background-color: rgb(137,141,104); }

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

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

 span { border-color: rgb(137,141,104); }

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