#8A9055

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

Shades of Bitter #8A9055

Tints of Bitter #8A9055

Color information

#8A9055 (or 0x8A9055) is unknown color: approx Bitter. HEX triplet: 8A, 90 and 55. RGB value is (138,144,85). Sum of RGB (Red+Green+Blue) = 138+144+85=367 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.60% from 367); Green value is 144 (56.64% from 255 or 39.24% from 367); Blue value is 85 (33.59% from 255 or 23.16% from 367); Max value from RGB is 144 - color contains mainly: green. Hex color #8A9055 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A9055 is #756FAA. Grayscale: #878787. Windows color (decimal): -7696299 or 5607562. OLE color: 5607562.

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

Color convert

RGB13814485-
CMYK0.0400.410.44
HSL66.1º25.76%44.9%-
HSV(B)66.1º40.97%56.47%-
XYZ22.0926.0112.45-
YUV135.4899.51129.8-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 37.60%
GREEN value IS 144 (56.64% from 255) = 39.24%
BLUE value IS 85 (33.59% from 255) = 23.16%
R=37.60%
G=39.24%
B=23.16%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal138144850.0400.410.4466.125.7644.9
Hex8A905540292C421a2d
Octal2122201254051541023255
Binary100010101001000010101011000101001101100100001011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A9055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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