#8B9385

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

Shades of Spanish Green #8B9385

Tints of Spanish Green #8B9385

Color information

#8B9385 (or 0x8B9385) is unknown color: approx Spanish Green. HEX triplet: 8B, 93 and 85. RGB value is (139,147,133). Sum of RGB (Red+Green+Blue) = 139+147+133=419 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.17% from 419); Green value is 147 (57.81% from 255 or 35.08% from 419); Blue value is 133 (52.34% from 255 or 31.74% from 419); Max value from RGB is 147 - color contains mainly: green. Hex color #8B9385 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B9385 is #746C7A. Grayscale: #8F8F8F. Windows color (decimal): -7629947 or 8754059. OLE color: 8754059.

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

Color convert

RGB139147133-
CMYK0.0500.100.42
HSL94.29º6.09%54.9%-
HSV(B)94.29º9.52%57.65%-
XYZ25.3128.0526.27-
YUV143.01122.35125.14-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 33.17%
GREEN value IS 147 (57.81% from 255) = 35.08%
BLUE value IS 133 (52.34% from 255) = 31.74%
R=33.17%
G=35.08%
B=31.74%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1391471330.0500.100.4294.296.0954.9
Hex8B938550A2A5e637
Octal213223205501252136667
Binary100010111001001110000101101010101010101011110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B9385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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