#8A8B61

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

Shades of Bitter #8A8B61

Tints of Bitter #8A8B61

Color information

#8A8B61 (or 0x8A8B61) is unknown color: approx Bitter. HEX triplet: 8A, 8B and 61. RGB value is (138,139,97). Sum of RGB (Red+Green+Blue) = 138+139+97=374 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.90% from 374); Green value is 139 (54.69% from 255 or 37.17% from 374); Blue value is 97 (38.28% from 255 or 25.94% from 374); Max value from RGB is 139 - color contains mainly: green. Hex color #8A8B61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A8B61 is #75749E. Grayscale: #868686. Windows color (decimal): -7697567 or 6392714. OLE color: 6392714.

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

Color convert

RGB13813997-
CMYK0.0100.300.45
HSL61.43º17.8%46.27%-
HSV(B)61.43º30.22%54.51%-
XYZ21.8724.7314.93-
YUV133.91107.17130.92-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 36.90%
GREEN value IS 139 (54.69% from 255) = 37.17%
BLUE value IS 97 (38.28% from 255) = 25.94%
R=36.90%
G=37.17%
B=25.94%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal138139970.0100.300.4561.4317.846.27
Hex8A8B61101E2D3d122e
Octal212213141103655752256
Binary10001010100010111100001101111010110111110110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A8B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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