#899381

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

Shades of Spanish Green #899381

Tints of Spanish Green #899381

Color information

#899381 (or 0x899381) is unknown color: approx Spanish Green. HEX triplet: 89, 93 and 81. RGB value is (137,147,129). Sum of RGB (Red+Green+Blue) = 137+147+129=413 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.17% from 413); Green value is 147 (57.81% from 255 or 35.59% from 413); Blue value is 129 (50.78% from 255 or 31.23% from 413); Max value from RGB is 147 - color contains mainly: green. Hex color #899381 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899381 is #766C7E. Grayscale: #8E8E8E. Windows color (decimal): -7761023 or 8491913. OLE color: 8491913.

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

Color convert

RGB137147129-
CMYK0.0700.120.42
HSL93.33º7.69%54.12%-
HSV(B)93.33º12.24%57.65%-
XYZ24.7127.7724.83-
YUV141.96120.69124.46-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 33.17%
GREEN value IS 147 (57.81% from 255) = 35.59%
BLUE value IS 129 (50.78% from 255) = 31.23%
R=33.17%
G=35.59%
B=31.23%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1371471290.0700.120.4293.337.6954.12
Hex89938170C2A5d836
Octal2112232017014521351066
Binary1000100110010011100000011110110010101010111011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #899381; }

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

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

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

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

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

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

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

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