#8A9381

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

Shades of Spanish Green #8A9381

Tints of Spanish Green #8A9381

Color information

#8A9381 (or 0x8A9381) is unknown color: approx Spanish Green. HEX triplet: 8A, 93 and 81. RGB value is (138,147,129). Sum of RGB (Red+Green+Blue) = 138+147+129=414 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.33% from 414); Green value is 147 (57.81% from 255 or 35.51% from 414); Blue value is 129 (50.78% from 255 or 31.16% from 414); Max value from RGB is 147 - color contains mainly: green. Hex color #8A9381 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A9381 is #756C7E. Grayscale: #8E8E8E. Windows color (decimal): -7695487 or 8491914. OLE color: 8491914.

HSL color Cylindrical-coordinate representation of color #8A9381: hue angle of 90º degrees, saturation: 0.08, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #8A9381 is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.42.

Color convert

RGB138147129-
CMYK0.0600.120.42
HSL90º7.69%54.12%-
HSV(B)90º12.24%57.65%-
XYZ24.8827.8624.83-
YUV142.26120.52124.96-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 33.33%
GREEN value IS 147 (57.81% from 255) = 35.51%
BLUE value IS 129 (50.78% from 255) = 31.16%
R=33.33%
G=35.51%
B=31.16%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1381471290.0600.120.42907.6954.12
Hex8A938160C2A5a836
Octal2122232016014521321066
Binary1000101010010011100000011100110010101010110101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A9381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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