#899085

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

Shades of Spanish Green #899085

Tints of Spanish Green #899085

Color information

#899085 (or 0x899085) is unknown color: approx Spanish Green. HEX triplet: 89, 90 and 85. RGB value is (137,144,133). Sum of RGB (Red+Green+Blue) = 137+144+133=414 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.09% from 414); Green value is 144 (56.64% from 255 or 34.78% from 414); Blue value is 133 (52.34% from 255 or 32.13% from 414); Max value from RGB is 144 - color contains mainly: green. Hex color #899085 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899085 is #766F7A. Grayscale: #8C8C8C. Windows color (decimal): -7761787 or 8753289. OLE color: 8753289.

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

Color convert

RGB137144133-
CMYK0.0500.080.44
HSL98.18º4.72%54.31%-
HSV(B)98.18º7.64%56.47%-
XYZ24.5226.9626.1-
YUV140.65123.68125.39-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 33.09%
GREEN value IS 144 (56.64% from 255) = 34.78%
BLUE value IS 133 (52.34% from 255) = 32.13%
R=33.09%
G=34.78%
B=32.13%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1371441330.0500.080.4498.184.7254.31
Hex8990855082C62536
Octal211220205501054142566
Binary100010011001000010000101101010001011001100010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #899085; }

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

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

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

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

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

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

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

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