#899380

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

Shades of Spanish Green #899380

Tints of Spanish Green #899380

Color information

#899380 (or 0x899380) is unknown color: approx Spanish Green. HEX triplet: 89, 93 and 80. RGB value is (137,147,128). Sum of RGB (Red+Green+Blue) = 137+147+128=412 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.25% from 412); Green value is 147 (57.81% from 255 or 35.68% from 412); Blue value is 128 (50.39% from 255 or 31.07% from 412); Max value from RGB is 147 - color contains mainly: green. Hex color #899380 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899380 is #766C7F. Grayscale: #8D8D8D. Windows color (decimal): -7761024 or 8426377. OLE color: 8426377.

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

Color convert

RGB137147128-
CMYK0.0700.130.42
HSL91.58º8.09%53.92%-
HSV(B)91.58º12.93%57.65%-
XYZ24.6527.7424.48-
YUV141.84120.19124.54-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 33.25%
GREEN value IS 147 (57.81% from 255) = 35.68%
BLUE value IS 128 (50.39% from 255) = 31.07%
R=33.25%
G=35.68%
B=31.07%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1371471280.0700.130.4291.588.0953.92
Hex89938070D2A5c836
Octal2112232007015521341066
Binary1000100110010011100000001110110110101010111001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #899380; }

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

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

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

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

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

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

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

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