#899482

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

Shades of Spanish Green #899482

Tints of Spanish Green #899482

Color information

#899482 (or 0x899482) is unknown color: approx Spanish Green. HEX triplet: 89, 94 and 82. RGB value is (137,148,130). Sum of RGB (Red+Green+Blue) = 137+148+130=415 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.01% from 415); Green value is 148 (58.20% from 255 or 35.66% from 415); Blue value is 130 (51.17% from 255 or 31.33% from 415); Max value from RGB is 148 - color contains mainly: green. Hex color #899482 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899482 is #766B7D. Grayscale: #8E8E8E. Windows color (decimal): -7760766 or 8557705. OLE color: 8557705.

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

Color convert

RGB137148130-
CMYK0.0700.120.42
HSL96.67º7.76%54.51%-
HSV(B)96.67º12.16%58.04%-
XYZ24.9428.1125.23-
YUV142.66120.86123.96-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 33.01%
GREEN value IS 148 (58.20% from 255) = 35.66%
BLUE value IS 130 (51.17% from 255) = 31.33%
R=33.01%
G=35.66%
B=31.33%

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
Decimal1371481300.0700.120.4296.677.7654.51
Hex89948270C2A61837
Octal2112242027014521411067
Binary1000100110010100100000101110110010101011000011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #899482; }

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

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

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

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

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

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

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

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