#8A8B60

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

Shades of Bitter #8A8B60

Tints of Bitter #8A8B60

Color information

#8A8B60 (or 0x8A8B60) is unknown color: approx Bitter. HEX triplet: 8A, 8B and 60. RGB value is (138,139,96). Sum of RGB (Red+Green+Blue) = 138+139+96=373 (49% of max value = 765). Red value is 138 (54.30% from 255 or 37.00% from 373); Green value is 139 (54.69% from 255 or 37.27% from 373); Blue value is 96 (37.89% from 255 or 25.74% from 373); Max value from RGB is 139 - color contains mainly: green. Hex color #8A8B60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A8B60 is #75749F. Grayscale: #858585. Windows color (decimal): -7697568 or 6327178. OLE color: 6327178.

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

Color convert

RGB13813996-
CMYK0.0100.310.45
HSL61.4º18.3%46.08%-
HSV(B)61.4º30.94%54.51%-
XYZ21.8324.7114.69-
YUV133.8106.67131-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 37.00%
GREEN value IS 139 (54.69% from 255) = 37.27%
BLUE value IS 96 (37.89% from 255) = 25.74%
R=37.00%
G=37.27%
B=25.74%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal138139960.0100.310.4561.418.346.08
Hex8A8B60101F2D3d122e
Octal212213140103755752256
Binary10001010100010111100000101111110110111110110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A8B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,139,96); }

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

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

 a { background-color: rgb(138,139,96); }

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

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

 span { border-color: rgb(138,139,96); }

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