#899480

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

Shades of Spanish Green #899480

Tints of Spanish Green #899480

Color information

#899480 (or 0x899480) is unknown color: approx Spanish Green. HEX triplet: 89, 94 and 80. RGB value is (137,148,128). Sum of RGB (Red+Green+Blue) = 137+148+128=413 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.17% from 413); Green value is 148 (58.20% from 255 or 35.84% from 413); Blue value is 128 (50.39% from 255 or 30.99% from 413); Max value from RGB is 148 - color contains mainly: green. Hex color #899480 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899480 is #766B7F. Grayscale: #8E8E8E. Windows color (decimal): -7760768 or 8426633. OLE color: 8426633.

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

Color convert

RGB137148128-
CMYK0.0700.140.42
HSL93º8.55%54.12%-
HSV(B)93º13.51%58.04%-
XYZ24.828.0624.53-
YUV142.43119.86124.13-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 33.17%
GREEN value IS 148 (58.20% from 255) = 35.84%
BLUE value IS 128 (50.39% from 255) = 30.99%
R=33.17%
G=35.84%
B=30.99%

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
Decimal1371481280.0700.140.42938.5554.12
Hex89948070E2A5d936
Octal2112242007016521351166
Binary1000100110010100100000001110111010101010111011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #899480; }

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

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

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

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

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

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

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

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