#8A9585

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

Shades of Spanish Green #8A9585

Tints of Spanish Green #8A9585

Color information

#8A9585 (or 0x8A9585) is unknown color: approx Spanish Green. HEX triplet: 8A, 95 and 85. RGB value is (138,149,133). Sum of RGB (Red+Green+Blue) = 138+149+133=420 (55% of max value = 765). Red value is 138 (54.30% from 255 or 32.86% from 420); Green value is 149 (58.59% from 255 or 35.48% from 420); Blue value is 133 (52.34% from 255 or 31.67% from 420); Max value from RGB is 149 - color contains mainly: green. Hex color #8A9585 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A9585 is #756A7A. Grayscale: #8F8F8F. Windows color (decimal): -7694971 or 8754570. OLE color: 8754570.

HSL color Cylindrical-coordinate representation of color #8A9585: hue angle of 101.25º 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 #8A9585 is Cyan = 0.07, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.42.

Color convert

RGB138149133-
CMYK0.0700.110.42
HSL101.25º7.02%55.29%-
HSV(B)101.25º10.74%58.43%-
XYZ25.4628.5926.37-
YUV143.89121.86123.8-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 32.86%
GREEN value IS 149 (58.59% from 255) = 35.48%
BLUE value IS 133 (52.34% from 255) = 31.67%
R=32.86%
G=35.48%
B=31.67%

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
Decimal1381491330.0700.110.42101.257.0255.29
Hex8A958570B2A65737
Octal212225205701352145767
Binary100010101001010110000101111010111010101100101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A9585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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