#8A9172

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

Shades of Bitter #8A9172

Tints of Bitter #8A9172

Color information

#8A9172 (or 0x8A9172) is unknown color: approx Bitter. HEX triplet: 8A, 91 and 72. RGB value is (138,145,114). Sum of RGB (Red+Green+Blue) = 138+145+114=397 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.76% from 397); Green value is 145 (57.03% from 255 or 36.52% from 397); Blue value is 114 (44.92% from 255 or 28.72% from 397); Max value from RGB is 145 - color contains mainly: green. Hex color #8A9172 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A9172 is #756E8D. Grayscale: #8B8B8B. Windows color (decimal): -7696014 or 7508362. OLE color: 7508362.

HSL color Cylindrical-coordinate representation of color #8A9172: hue angle of 73.55º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8A9172 is Cyan = 0.05, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.43.

Color convert

RGB138145114-
CMYK0.0500.210.43
HSL73.55º12.35%50.78%-
HSV(B)73.55º21.38%56.86%-
XYZ23.6426.8719.86-
YUV139.37113.68127.02-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 34.76%
GREEN value IS 145 (57.03% from 255) = 36.52%
BLUE value IS 114 (44.92% from 255) = 28.72%
R=34.76%
G=36.52%
B=28.72%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1381451140.0500.210.4373.5512.3550.78
Hex8A917250152B4ac33
Octal2122211625025531121463
Binary1000101010010001111001010101010110101110010101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A9172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,145,114); }

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

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

 a { background-color: rgb(138,145,114); }

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

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

 span { border-color: rgb(138,145,114); }

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