#899168

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

Shades of Bitter #899168

Tints of Bitter #899168

Color information

#899168 (or 0x899168) is unknown color: approx Bitter. HEX triplet: 89, 91 and 68. RGB value is (137,145,104). Sum of RGB (Red+Green+Blue) = 137+145+104=386 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.49% from 386); Green value is 145 (57.03% from 255 or 37.56% from 386); Blue value is 104 (41.02% from 255 or 26.94% from 386); Max value from RGB is 145 - color contains mainly: green. Hex color #899168 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #899168 is #766E97. Grayscale: #8A8A8A. Windows color (decimal): -7761560 or 6853001. OLE color: 6853001.

HSL color Cylindrical-coordinate representation of color #899168: hue angle of 71.71º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #899168 is Cyan = 0.06, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.43.

Color convert

RGB137145104-
CMYK0.0600.280.43
HSL71.71º16.47%48.82%-
HSV(B)71.71º28.28%56.86%-
XYZ22.9426.5717.02-
YUV137.93108.85127.33-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 35.49%
GREEN value IS 145 (57.03% from 255) = 37.56%
BLUE value IS 104 (41.02% from 255) = 26.94%
R=35.49%
G=37.56%
B=26.94%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1371451040.0600.280.4371.7116.4748.82
Hex899168601C2B481031
Octal2112211506034531102061
Binary10001001100100011101000110011100101011100100010000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #899168; }

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

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

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

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

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

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

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

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