#899384

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

Shades of Spanish Green #899384

Tints of Spanish Green #899384

Color information

#899384 (or 0x899384) is unknown color: approx Spanish Green. HEX triplet: 89, 93 and 84. RGB value is (137,147,132). Sum of RGB (Red+Green+Blue) = 137+147+132=416 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.93% from 416); Green value is 147 (57.81% from 255 or 35.34% from 416); Blue value is 132 (51.95% from 255 or 31.73% from 416); Max value from RGB is 147 - color contains mainly: green. Hex color #899384 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899384 is #766C7B. Grayscale: #8E8E8E. Windows color (decimal): -7761020 or 8688521. OLE color: 8688521.

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

Color convert

RGB137147132-
CMYK0.0700.100.42
HSL100º6.49%54.71%-
HSV(B)100º10.2%57.65%-
XYZ24.9227.8525.89-
YUV142.3122.19124.22-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 32.93%
GREEN value IS 147 (57.81% from 255) = 35.34%
BLUE value IS 132 (51.95% from 255) = 31.73%
R=32.93%
G=35.34%
B=31.73%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1371471320.0700.100.421006.4954.71
Hex89938470A2A64637
Octal211223204701252144667
Binary100010011001001110000100111010101010101100100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #899384; }

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

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

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

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

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

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

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

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