#8B8D5C

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

Shades of Bitter #8B8D5C

Tints of Bitter #8B8D5C

Color information

#8B8D5C (or 0x8B8D5C) is unknown color: approx Bitter. HEX triplet: 8B, 8D and 5C. RGB value is (139,141,92). Sum of RGB (Red+Green+Blue) = 139+141+92=372 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.37% from 372); Green value is 141 (55.47% from 255 or 37.90% from 372); Blue value is 92 (36.33% from 255 or 24.73% from 372); Max value from RGB is 141 - color contains mainly: green. Hex color #8B8D5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B8D5C is #7472A3. Grayscale: #878787. Windows color (decimal): -7631524 or 6065547. OLE color: 6065547.

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

Color convert

RGB13914192-
CMYK0.0100.350.45
HSL62.45º21.03%45.69%-
HSV(B)62.45º34.75%55.29%-
XYZ22.125.3113.85-
YUV134.82103.84130.98-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 37.37%
GREEN value IS 141 (55.47% from 255) = 37.90%
BLUE value IS 92 (36.33% from 255) = 24.73%
R=37.37%
G=37.90%
B=24.73%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139141920.0100.350.4562.4521.0345.69
Hex8B8D5C10232D3e152e
Octal213215134104355762556
Binary100010111000110110111001010001110110111111010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,141,92); }

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

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

 a { background-color: rgb(139,141,92); }

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

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

 span { border-color: rgb(139,141,92); }

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