#8A8D71

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

Shades of Bitter #8A8D71

Tints of Bitter #8A8D71

Color information

#8A8D71 (or 0x8A8D71) is unknown color: approx Bitter. HEX triplet: 8A, 8D and 71. RGB value is (138,141,113). Sum of RGB (Red+Green+Blue) = 138+141+113=392 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.20% from 392); Green value is 141 (55.47% from 255 or 35.97% from 392); Blue value is 113 (44.53% from 255 or 28.83% from 392); Max value from RGB is 141 - color contains mainly: green. Hex color #8A8D71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A8D71 is #75728E. Grayscale: #898989. Windows color (decimal): -7697039 or 7441802. OLE color: 7441802.

HSL color Cylindrical-coordinate representation of color #8A8D71: hue angle of 66.43º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8A8D71 is Cyan = 0.02, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.45.

Color convert

RGB138141113-
CMYK0.0200.200.45
HSL66.43º11.02%49.8%-
HSV(B)66.43º19.86%55.29%-
XYZ22.9925.6519.36-
YUV136.91114.51128.78-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 35.20%
GREEN value IS 141 (55.47% from 255) = 35.97%
BLUE value IS 113 (44.53% from 255) = 28.83%
R=35.20%
G=35.97%
B=28.83%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1381411130.0200.200.4566.4311.0249.8
Hex8A8D7120142D42b32
Octal2122151612024551021362
Binary100010101000110111100011001010010110110000101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A8D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,141,113); }

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

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

 a { background-color: rgb(138,141,113); }

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

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

 span { border-color: rgb(138,141,113); }

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