#8A8D5E

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

Shades of Bitter #8A8D5E

Tints of Bitter #8A8D5E

Color information

#8A8D5E (or 0x8A8D5E) is unknown color: approx Bitter. HEX triplet: 8A, 8D and 5E. RGB value is (138,141,94). Sum of RGB (Red+Green+Blue) = 138+141+94=373 (49% of max value = 765). Red value is 138 (54.30% from 255 or 37.00% from 373); Green value is 141 (55.47% from 255 or 37.80% from 373); Blue value is 94 (37.11% from 255 or 25.20% from 373); Max value from RGB is 141 - color contains mainly: green. Hex color #8A8D5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A8D5E is #7572A1. Grayscale: #868686. Windows color (decimal): -7697058 or 6196618. OLE color: 6196618.

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

Color convert

RGB13814194-
CMYK0.0200.330.45
HSL63.83º20%46.08%-
HSV(B)63.83º33.33%55.29%-
XYZ22.0325.2614.3-
YUV134.74105.01130.32-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 37.00%
GREEN value IS 141 (55.47% from 255) = 37.80%
BLUE value IS 94 (37.11% from 255) = 25.20%
R=37.00%
G=37.80%
B=25.20%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal138141940.0200.330.4563.832046.08
Hex8A8D5E20212D40142e
Octal2122151362041551002456
Binary10001010100011011011110100100001101101100000010100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A8D5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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