#8B9386

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

Shades of Spanish Green #8B9386

Tints of Spanish Green #8B9386

Color information

#8B9386 (or 0x8B9386) is unknown color: approx Spanish Green. HEX triplet: 8B, 93 and 86. RGB value is (139,147,134). Sum of RGB (Red+Green+Blue) = 139+147+134=420 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.10% from 420); Green value is 147 (57.81% from 255 or 35% from 420); Blue value is 134 (52.73% from 255 or 31.90% from 420); Max value from RGB is 147 - color contains mainly: green. Hex color #8B9386 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B9386 is #746C79. Grayscale: #8F8F8F. Windows color (decimal): -7629946 or 8819595. OLE color: 8819595.

HSL color Cylindrical-coordinate representation of color #8B9386: hue angle of 96.92º degrees, saturation: 0.06, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #8B9386 is Cyan = 0.05, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB139147134-
CMYK0.0500.090.42
HSL96.92º5.68%55.1%-
HSV(B)96.92º8.84%57.65%-
XYZ25.3828.0826.64-
YUV143.13122.85125.06-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 33.10%
GREEN value IS 147 (57.81% from 255) = 35%
BLUE value IS 134 (52.73% from 255) = 31.90%
R=33.10%
G=35%
B=31.90%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1391471340.0500.090.4296.925.6855.1
Hex8B93865092A61637
Octal213223206501152141667
Binary100010111001001110000110101010011010101100001110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B9386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,147,134); }

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

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

 a { background-color: rgb(139,147,134); }

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

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

 span { border-color: rgb(139,147,134); }

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