#8A9185

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

Shades of Spanish Green #8A9185

Tints of Spanish Green #8A9185

Color information

#8A9185 (or 0x8A9185) is unknown color: approx Spanish Green. HEX triplet: 8A, 91 and 85. RGB value is (138,145,133). Sum of RGB (Red+Green+Blue) = 138+145+133=416 (55% of max value = 765). Red value is 138 (54.30% from 255 or 33.17% from 416); Green value is 145 (57.03% from 255 or 34.86% from 416); Blue value is 133 (52.34% from 255 or 31.97% from 416); Max value from RGB is 145 - color contains mainly: green. Hex color #8A9185 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A9185 is #756E7A. Grayscale: #8D8D8D. Windows color (decimal): -7695995 or 8753546. OLE color: 8753546.

HSL color Cylindrical-coordinate representation of color #8A9185: hue angle of 95º degrees, saturation: 0.05, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #8A9185 is Cyan = 0.05, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.43.

Color convert

RGB138145133-
CMYK0.0500.080.43
HSL95º5.17%54.51%-
HSV(B)95º8.28%56.86%-
XYZ24.8427.3526.16-
YUV141.54123.18125.48-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 33.17%
GREEN value IS 145 (57.03% from 255) = 34.86%
BLUE value IS 133 (52.34% from 255) = 31.97%
R=33.17%
G=34.86%
B=31.97%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1381451330.0500.080.43955.1754.51
Hex8A91855082B5f537
Octal212221205501053137567
Binary100010101001000110000101101010001010111011111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A9185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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