#899282

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

Shades of Spanish Green #899282

Tints of Spanish Green #899282

Color information

#899282 (or 0x899282) is unknown color: approx Spanish Green. HEX triplet: 89, 92 and 82. RGB value is (137,146,130). Sum of RGB (Red+Green+Blue) = 137+146+130=413 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.17% from 413); Green value is 146 (57.42% from 255 or 35.35% from 413); Blue value is 130 (51.17% from 255 or 31.48% from 413); Max value from RGB is 146 - color contains mainly: green. Hex color #899282 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899282 is #766D7D. Grayscale: #8D8D8D. Windows color (decimal): -7761278 or 8557193. OLE color: 8557193.

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

Color convert

RGB137146130-
CMYK0.0600.110.43
HSL93.75º6.84%54.12%-
HSV(B)93.75º10.96%57.25%-
XYZ24.6227.4925.13-
YUV141.48121.52124.8-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 33.17%
GREEN value IS 146 (57.42% from 255) = 35.35%
BLUE value IS 130 (51.17% from 255) = 31.48%
R=33.17%
G=35.35%
B=31.48%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1371461300.0600.110.4393.756.8454.12
Hex89928260B2B5e736
Octal211222202601353136766
Binary100010011001001010000010110010111010111011110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #899282; }

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

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

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

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

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

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

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

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