#8A8D73

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

Shades of Bitter #8A8D73

Tints of Bitter #8A8D73

Color information

#8A8D73 (or 0x8A8D73) is unknown color: approx Bitter. HEX triplet: 8A, 8D and 73. RGB value is (138,141,115). Sum of RGB (Red+Green+Blue) = 138+141+115=394 (52% of max value = 765). Red value is 138 (54.30% from 255 or 35.03% from 394); Green value is 141 (55.47% from 255 or 35.79% from 394); Blue value is 115 (45.31% from 255 or 29.19% from 394); Max value from RGB is 141 - color contains mainly: green. Hex color #8A8D73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A8D73 is #75728C. Grayscale: #898989. Windows color (decimal): -7697037 or 7572874. OLE color: 7572874.

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

Color convert

RGB138141115-
CMYK0.0200.180.45
HSL66.92º10.24%50.2%-
HSV(B)66.92º18.44%55.29%-
XYZ23.125.6919.96-
YUV137.14115.51128.61-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 35.03%
GREEN value IS 141 (55.47% from 255) = 35.79%
BLUE value IS 115 (45.31% from 255) = 29.19%
R=35.03%
G=35.79%
B=29.19%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1381411150.0200.180.4566.9210.2450.2
Hex8A8D7320122D43a32
Octal2122151632022551031262
Binary100010101000110111100111001001010110110000111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A8D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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