#8B905C

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

Shades of Bitter #8B905C

Tints of Bitter #8B905C

Color information

#8B905C (or 0x8B905C) is unknown color: approx Bitter. HEX triplet: 8B, 90 and 5C. RGB value is (139,144,92). Sum of RGB (Red+Green+Blue) = 139+144+92=375 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.07% from 375); Green value is 144 (56.64% from 255 or 38.4% from 375); Blue value is 92 (36.33% from 255 or 24.53% from 375); Max value from RGB is 144 - color contains mainly: green. Hex color #8B905C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B905C is #746FA3. Grayscale: #888888. Windows color (decimal): -7630756 or 6066315. OLE color: 6066315.

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

Color convert

RGB13914492-
CMYK0.0300.360.44
HSL65.77º22.03%46.27%-
HSV(B)65.77º36.11%56.47%-
XYZ22.5526.2114-
YUV136.58102.84129.73-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 37.07%
GREEN value IS 144 (56.64% from 255) = 38.4%
BLUE value IS 92 (36.33% from 255) = 24.53%
R=37.07%
G=38.4%
B=24.53%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal139144920.0300.360.4465.7722.0346.27
Hex8B905C30242C42162e
Octal2132201343044541022656
Binary10001011100100001011100110100100101100100001010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B905C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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