#899383

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

Shades of Spanish Green #899383

Tints of Spanish Green #899383

Color information

#899383 (or 0x899383) is unknown color: approx Spanish Green. HEX triplet: 89, 93 and 83. RGB value is (137,147,131). Sum of RGB (Red+Green+Blue) = 137+147+131=415 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.01% from 415); Green value is 147 (57.81% from 255 or 35.42% from 415); Blue value is 131 (51.56% from 255 or 31.57% from 415); Max value from RGB is 147 - color contains mainly: green. Hex color #899383 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899383 is #766C7C. Grayscale: #8E8E8E. Windows color (decimal): -7761021 or 8622985. OLE color: 8622985.

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

Color convert

RGB137147131-
CMYK0.0700.110.42
HSL97.5º6.9%54.51%-
HSV(B)97.5º10.88%57.65%-
XYZ24.8527.8225.53-
YUV142.19121.69124.3-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 33.01%
GREEN value IS 147 (57.81% from 255) = 35.42%
BLUE value IS 131 (51.56% from 255) = 31.57%
R=33.01%
G=35.42%
B=31.57%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1371471310.0700.110.4297.56.954.51
Hex89938370B2A61737
Octal211223203701352141767
Binary100010011001001110000011111010111010101100001111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #899383; }

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

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

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

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

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

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

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

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