#899481

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

Shades of Spanish Green #899481

Tints of Spanish Green #899481

Color information

#899481 (or 0x899481) is unknown color: approx Spanish Green. HEX triplet: 89, 94 and 81. RGB value is (137,148,129). Sum of RGB (Red+Green+Blue) = 137+148+129=414 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.09% from 414); Green value is 148 (58.20% from 255 or 35.75% from 414); Blue value is 129 (50.78% from 255 or 31.16% from 414); Max value from RGB is 148 - color contains mainly: green. Hex color #899481 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899481 is #766B7E. Grayscale: #8E8E8E. Windows color (decimal): -7760767 or 8492169. OLE color: 8492169.

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

Color convert

RGB137148129-
CMYK0.0700.130.42
HSL94.74º8.15%54.31%-
HSV(B)94.74º12.84%58.04%-
XYZ24.8728.0824.88-
YUV142.54120.36124.04-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 33.09%
GREEN value IS 148 (58.20% from 255) = 35.75%
BLUE value IS 129 (50.78% from 255) = 31.16%
R=33.09%
G=35.75%
B=31.16%

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
Decimal1371481290.0700.130.4294.748.1554.31
Hex89948170D2A5f836
Octal2112242017015521371066
Binary1000100110010100100000011110110110101010111111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #899481; }

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

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

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

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

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

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

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

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