#8A905D

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

Shades of Bitter #8A905D

Tints of Bitter #8A905D

Color information

#8A905D (or 0x8A905D) is unknown color: approx Bitter. HEX triplet: 8A, 90 and 5D. RGB value is (138,144,93). Sum of RGB (Red+Green+Blue) = 138+144+93=375 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.8% from 375); Green value is 144 (56.64% from 255 or 38.4% from 375); Blue value is 93 (36.72% from 255 or 24.8% from 375); Max value from RGB is 144 - color contains mainly: green. Hex color #8A905D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A905D is #756FA2. Grayscale: #888888. Windows color (decimal): -7696291 or 6131850. OLE color: 6131850.

HSL color Cylindrical-coordinate representation of color #8A905D: hue angle of 67.06º degrees, saturation: 0.22, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8A905D is Cyan = 0.04, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.44.

Color convert

RGB13814493-
CMYK0.0400.350.44
HSL67.06º21.52%46.47%-
HSV(B)67.06º35.42%56.47%-
XYZ22.4326.1414.22-
YUV136.39103.51129.15-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 36.8%
GREEN value IS 144 (56.64% from 255) = 38.4%
BLUE value IS 93 (36.72% from 255) = 24.8%
R=36.8%
G=38.4%
B=24.8%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal138144930.0400.350.4467.0621.5246.47
Hex8A905D40232C43162e
Octal2122201354043541032656
Binary100010101001000010111011000100011101100100001110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A905D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,144,93); }

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

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

 a { background-color: rgb(138,144,93); }

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

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

 span { border-color: rgb(138,144,93); }

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