#8D9170

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

Shades of Bitter #8D9170

Tints of Bitter #8D9170

Color information

#8D9170 (or 0x8D9170) is unknown color: approx Bitter. HEX triplet: 8D, 91 and 70. RGB value is (141,145,112). Sum of RGB (Red+Green+Blue) = 141+145+112=398 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.43% from 398); Green value is 145 (57.03% from 255 or 36.43% from 398); Blue value is 112 (44.14% from 255 or 28.14% from 398); Max value from RGB is 145 - color contains mainly: green. Hex color #8D9170 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D9170 is #726E8F. Grayscale: #8C8C8C. Windows color (decimal): -7499408 or 7377293. OLE color: 7377293.

HSL color Cylindrical-coordinate representation of color #8D9170: hue angle of 67.27º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8D9170 is Cyan = 0.03, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.43.

Color convert

RGB141145112-
CMYK0.0300.230.43
HSL67.27º13.04%50.39%-
HSV(B)67.27º22.76%56.86%-
XYZ24.0327.0819.29-
YUV140.04112.17128.68-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 35.43%
GREEN value IS 145 (57.03% from 255) = 36.43%
BLUE value IS 112 (44.14% from 255) = 28.14%
R=35.43%
G=36.43%
B=28.14%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1411451120.0300.230.4367.2713.0450.39
Hex8D917030172B43d32
Octal2152211603027531031562
Binary100011011001000111100001101011110101110000111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D9170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8D9170; }

 p { color: rgb(141,145,112); }

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

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

 a { background-color: rgb(141,145,112); }

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

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

 span { border-color: rgb(141,145,112); }

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