#899083

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

Shades of Spanish Green #899083

Tints of Spanish Green #899083

Color information

#899083 (or 0x899083) is unknown color: approx Spanish Green. HEX triplet: 89, 90 and 83. RGB value is (137,144,131). Sum of RGB (Red+Green+Blue) = 137+144+131=412 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.25% from 412); Green value is 144 (56.64% from 255 or 34.95% from 412); Blue value is 131 (51.56% from 255 or 31.80% from 412); Max value from RGB is 144 - color contains mainly: green. Hex color #899083 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899083 is #766F7C. Grayscale: #8C8C8C. Windows color (decimal): -7761789 or 8622217. OLE color: 8622217.

HSL color Cylindrical-coordinate representation of color #899083: hue angle of 92.31º degrees, saturation: 0.06, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #899083 is Cyan = 0.05, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.44.

Color convert

RGB137144131-
CMYK0.0500.090.44
HSL92.31º5.53%53.92%-
HSV(B)92.31º9.03%56.47%-
XYZ24.3926.925.38-
YUV140.42122.68125.56-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 33.25%
GREEN value IS 144 (56.64% from 255) = 34.95%
BLUE value IS 131 (51.56% from 255) = 31.80%
R=33.25%
G=34.95%
B=31.80%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1371441310.0500.090.4492.315.5353.92
Hex8990835092C5c636
Octal211220203501154134666
Binary100010011001000010000011101010011011001011100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #899083; }

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

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

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

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

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

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

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

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