#899280

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

Shades of Spanish Green #899280

Tints of Spanish Green #899280

Color information

#899280 (or 0x899280) is unknown color: approx Spanish Green. HEX triplet: 89, 92 and 80. RGB value is (137,146,128). Sum of RGB (Red+Green+Blue) = 137+146+128=411 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.33% from 411); Green value is 146 (57.42% from 255 or 35.52% from 411); Blue value is 128 (50.39% from 255 or 31.14% from 411); Max value from RGB is 146 - color contains mainly: green. Hex color #899280 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899280 is #766D7F. Grayscale: #8D8D8D. Windows color (decimal): -7761280 or 8426121. OLE color: 8426121.

HSL color Cylindrical-coordinate representation of color #899280: hue angle of 90º degrees, saturation: 0.08, 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 #899280 is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.43.

Color convert

RGB137146128-
CMYK0.0600.120.43
HSL90º7.63%53.73%-
HSV(B)90º12.33%57.25%-
XYZ24.4927.4324.43-
YUV141.26120.52124.96-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 33.33%
GREEN value IS 146 (57.42% from 255) = 35.52%
BLUE value IS 128 (50.39% from 255) = 31.14%
R=33.33%
G=35.52%
B=31.14%

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
Decimal1371461280.0600.120.43907.6353.73
Hex89928060C2B5a836
Octal2112222006014531321066
Binary1000100110010010100000001100110010101110110101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #899280; }

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

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

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

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

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

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

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

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