#899382

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

Shades of Spanish Green #899382

Tints of Spanish Green #899382

Color information

#899382 (or 0x899382) is unknown color: approx Spanish Green. HEX triplet: 89, 93 and 82. RGB value is (137,147,130). Sum of RGB (Red+Green+Blue) = 137+147+130=414 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.09% from 414); Green value is 147 (57.81% from 255 or 35.51% from 414); Blue value is 130 (51.17% from 255 or 31.40% from 414); Max value from RGB is 147 - color contains mainly: green. Hex color #899382 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899382 is #766C7D. Grayscale: #8E8E8E. Windows color (decimal): -7761022 or 8557449. OLE color: 8557449.

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

Color convert

RGB137147130-
CMYK0.0700.120.42
HSL95.29º7.3%54.31%-
HSV(B)95.29º11.56%57.65%-
XYZ24.7827.825.18-
YUV142.07121.19124.38-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 33.09%
GREEN value IS 147 (57.81% from 255) = 35.51%
BLUE value IS 130 (51.17% from 255) = 31.40%
R=33.09%
G=35.51%
B=31.40%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1371471300.0700.120.4295.297.354.31
Hex89938270C2A5f736
Octal211223202701452137766
Binary100010011001001110000010111011001010101011111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #899382; }

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

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

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

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

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

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

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

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