#8A8E54

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

Shades of Bitter #8A8E54

Tints of Bitter #8A8E54

Color information

#8A8E54 (or 0x8A8E54) is unknown color: approx Bitter. HEX triplet: 8A, 8E and 54. RGB value is (138,142,84). Sum of RGB (Red+Green+Blue) = 138+142+84=364 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.91% from 364); Green value is 142 (55.86% from 255 or 39.01% from 364); Blue value is 84 (33.20% from 255 or 23.08% from 364); Max value from RGB is 142 - color contains mainly: green. Hex color #8A8E54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A8E54 is #7571AB. Grayscale: #868686. Windows color (decimal): -7696812 or 5541514. OLE color: 5541514.

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

Color convert

RGB13814284-
CMYK0.0300.410.44
HSL64.14º25.66%44.31%-
HSV(B)64.14º40.85%55.69%-
XYZ21.7525.3912.14-
YUV134.1999.67130.72-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 37.91%
GREEN value IS 142 (55.86% from 255) = 39.01%
BLUE value IS 84 (33.20% from 255) = 23.08%
R=37.91%
G=39.01%
B=23.08%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal138142840.0300.410.4464.1425.6644.31
Hex8A8E5430292C401a2c
Octal2122161243051541003254
Binary10001010100011101010100110101001101100100000011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A8E54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,142,84); }

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

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

 a { background-color: rgb(138,142,84); }

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

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

 span { border-color: rgb(138,142,84); }

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