#899281

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

Shades of Spanish Green #899281

Tints of Spanish Green #899281

Color information

#899281 (or 0x899281) is unknown color: approx Spanish Green. HEX triplet: 89, 92 and 81. RGB value is (137,146,129). Sum of RGB (Red+Green+Blue) = 137+146+129=412 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.25% from 412); Green value is 146 (57.42% from 255 or 35.44% from 412); Blue value is 129 (50.78% from 255 or 31.31% from 412); Max value from RGB is 146 - color contains mainly: green. Hex color #899281 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899281 is #766D7E. Grayscale: #8D8D8D. Windows color (decimal): -7761279 or 8491657. OLE color: 8491657.

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

Color convert

RGB137146129-
CMYK0.0600.120.43
HSL91.76º7.23%53.92%-
HSV(B)91.76º11.64%57.25%-
XYZ24.5627.4624.78-
YUV141.37121.02124.88-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 33.25%
GREEN value IS 146 (57.42% from 255) = 35.44%
BLUE value IS 129 (50.78% from 255) = 31.31%
R=33.25%
G=35.44%
B=31.31%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1371461290.0600.120.4391.767.2353.92
Hex89928160C2B5c736
Octal211222201601453134766
Binary100010011001001010000001110011001010111011100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #899281; }

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

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

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

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

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

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

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

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