#8B9585

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

Shades of Spanish Green #8B9585

Tints of Spanish Green #8B9585

Color information

#8B9585 (or 0x8B9585) is unknown color: approx Spanish Green. HEX triplet: 8B, 95 and 85. RGB value is (139,149,133). Sum of RGB (Red+Green+Blue) = 139+149+133=421 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.02% from 421); Green value is 149 (58.59% from 255 or 35.39% from 421); Blue value is 133 (52.34% from 255 or 31.59% from 421); Max value from RGB is 149 - color contains mainly: green. Hex color #8B9585 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B9585 is #746A7A. Grayscale: #909090. Windows color (decimal): -7629435 or 8754571. OLE color: 8754571.

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

Color convert

RGB139149133-
CMYK0.0700.110.42
HSL97.5º7.02%55.29%-
HSV(B)97.5º10.74%58.43%-
XYZ25.6328.6826.37-
YUV144.19121.69124.3-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 33.02%
GREEN value IS 149 (58.59% from 255) = 35.39%
BLUE value IS 133 (52.34% from 255) = 31.59%
R=33.02%
G=35.39%
B=31.59%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1391491330.0700.110.4297.57.0255.29
Hex8B958570B2A61737
Octal213225205701352141767
Binary100010111001010110000101111010111010101100001111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B9585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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