#8A9385

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

Shades of Spanish Green #8A9385

Tints of Spanish Green #8A9385

Color information

#8A9385 (or 0x8A9385) is unknown color: approx Spanish Green. HEX triplet: 8A, 93 and 85. RGB value is (138,147,133). Sum of RGB (Red+Green+Blue) = 138+147+133=418 (55% of max value = 765). Red value is 138 (54.30% from 255 or 33.01% from 418); Green value is 147 (57.81% from 255 or 35.17% from 418); Blue value is 133 (52.34% from 255 or 31.82% from 418); Max value from RGB is 147 - color contains mainly: green. Hex color #8A9385 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A9385 is #756C7A. Grayscale: #8E8E8E. Windows color (decimal): -7695483 or 8754058. OLE color: 8754058.

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

Color convert

RGB138147133-
CMYK0.0600.100.42
HSL98.57º6.09%54.9%-
HSV(B)98.57º9.52%57.65%-
XYZ25.1527.9626.26-
YUV142.71122.52124.64-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 33.01%
GREEN value IS 147 (57.81% from 255) = 35.17%
BLUE value IS 133 (52.34% from 255) = 31.82%
R=33.01%
G=35.17%
B=31.82%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1381471330.0600.100.4298.576.0954.9
Hex8A938560A2A63637
Octal212223205601252143667
Binary100010101001001110000101110010101010101100011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A9385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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