#8A9480

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

Shades of Spanish Green #8A9480

Tints of Spanish Green #8A9480

Color information

#8A9480 (or 0x8A9480) is unknown color: approx Spanish Green. HEX triplet: 8A, 94 and 80. RGB value is (138,148,128). Sum of RGB (Red+Green+Blue) = 138+148+128=414 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.33% from 414); Green value is 148 (58.20% from 255 or 35.75% from 414); Blue value is 128 (50.39% from 255 or 30.92% from 414); Max value from RGB is 148 - color contains mainly: green. Hex color #8A9480 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A9480 is #756B7F. Grayscale: #8E8E8E. Windows color (decimal): -7695232 or 8426634. OLE color: 8426634.

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

Color convert

RGB138148128-
CMYK0.0700.140.42
HSL90º8.55%54.12%-
HSV(B)90º13.51%58.04%-
XYZ24.9728.1424.54-
YUV142.73119.69124.63-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 33.33%
GREEN value IS 148 (58.20% from 255) = 35.75%
BLUE value IS 128 (50.39% from 255) = 30.92%
R=33.33%
G=35.75%
B=30.92%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1381481280.0700.140.42908.5554.12
Hex8A948070E2A5a936
Octal2122242007016521321166
Binary1000101010010100100000001110111010101010110101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A9480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,148,128); }

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

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

 a { background-color: rgb(138,148,128); }

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

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

 span { border-color: rgb(138,148,128); }

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