#8B915B

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

Shades of Bitter #8B915B

Tints of Bitter #8B915B

Color information

#8B915B (or 0x8B915B) is unknown color: approx Bitter. HEX triplet: 8B, 91 and 5B. RGB value is (139,145,91). Sum of RGB (Red+Green+Blue) = 139+145+91=375 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.07% from 375); Green value is 145 (57.03% from 255 or 38.67% from 375); Blue value is 91 (35.94% from 255 or 24.27% from 375); Max value from RGB is 145 - color contains mainly: green. Hex color #8B915B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B915B is #746EA4. Grayscale: #898989. Windows color (decimal): -7630501 or 6001035. OLE color: 6001035.

HSL color Cylindrical-coordinate representation of color #8B915B: hue angle of 66.67º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8B915B is Cyan = 0.04, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.43.

Color convert

RGB13914591-
CMYK0.0400.370.43
HSL66.67º22.88%46.27%-
HSV(B)66.67º37.24%56.86%-
XYZ22.6626.513.82-
YUV137.05102.01129.39-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 37.07%
GREEN value IS 145 (57.03% from 255) = 38.67%
BLUE value IS 91 (35.94% from 255) = 24.27%
R=37.07%
G=38.67%
B=24.27%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal139145910.0400.370.4366.6722.8846.27
Hex8B915B40252B43172e
Octal2132211334045531032756
Binary100010111001000110110111000100101101011100001110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B915B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,145,91); }

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

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

 a { background-color: rgb(139,145,91); }

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

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

 span { border-color: rgb(139,145,91); }

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