#8A8D6E

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

Shades of Bitter #8A8D6E

Tints of Bitter #8A8D6E

Color information

#8A8D6E (or 0x8A8D6E) is unknown color: approx Bitter. HEX triplet: 8A, 8D and 6E. RGB value is (138,141,110). Sum of RGB (Red+Green+Blue) = 138+141+110=389 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.48% from 389); Green value is 141 (55.47% from 255 or 36.25% from 389); Blue value is 110 (43.36% from 255 or 28.28% from 389); Max value from RGB is 141 - color contains mainly: green. Hex color #8A8D6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A8D6E is #757291. Grayscale: #888888. Windows color (decimal): -7697042 or 7245194. OLE color: 7245194.

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

Color convert

RGB138141110-
CMYK0.0200.220.45
HSL65.81º12.35%49.22%-
HSV(B)65.81º21.99%55.29%-
XYZ22.8225.5818.49-
YUV136.57113.01129.02-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 35.48%
GREEN value IS 141 (55.47% from 255) = 36.25%
BLUE value IS 110 (43.36% from 255) = 28.28%
R=35.48%
G=36.25%
B=28.28%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1381411100.0200.220.4565.8112.3549.22
Hex8A8D6E20162D42c31
Octal2122151562026551021461
Binary100010101000110111011101001011010110110000101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A8D6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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