#899285

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

Shades of Spanish Green #899285

Tints of Spanish Green #899285

Color information

#899285 (or 0x899285) is unknown color: approx Spanish Green. HEX triplet: 89, 92 and 85. RGB value is (137,146,133). Sum of RGB (Red+Green+Blue) = 137+146+133=416 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.93% from 416); Green value is 146 (57.42% from 255 or 35.10% from 416); Blue value is 133 (52.34% from 255 or 31.97% from 416); Max value from RGB is 146 - color contains mainly: green. Hex color #899285 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899285 is #766D7A. Grayscale: #8D8D8D. Windows color (decimal): -7761275 or 8753801. OLE color: 8753801.

HSL color Cylindrical-coordinate representation of color #899285: hue angle of 101.54º degrees, saturation: 0.06, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #899285 is Cyan = 0.06, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.43.

Color convert

RGB137146133-
CMYK0.0600.090.43
HSL101.54º5.63%54.71%-
HSV(B)101.54º8.9%57.25%-
XYZ24.8327.5726.2-
YUV141.83123.02124.56-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 32.93%
GREEN value IS 146 (57.42% from 255) = 35.10%
BLUE value IS 133 (52.34% from 255) = 31.97%
R=32.93%
G=35.10%
B=31.97%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1371461330.0600.090.43101.545.6354.71
Hex8992856092B66637
Octal211222205601153146667
Binary100010011001001010000101110010011010111100110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #899285; }

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

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

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

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

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

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

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

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