#989381

Color #989381 Grey Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Grey Olive #989381

Tints of Grey Olive #989381

Color information

#989381 (or 0x989381) is unknown color: approx Grey Olive. HEX triplet: 98, 93 and 81. RGB value is (152,147,129). Sum of RGB (Red+Green+Blue) = 152+147+129=428 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.51% from 428); Green value is 147 (57.81% from 255 or 34.35% from 428); Blue value is 129 (50.78% from 255 or 30.14% from 428); Max value from RGB is 152 - color contains mainly: red. Hex color #989381 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989381 is #676C7E. Grayscale: #929292. Windows color (decimal): -6777983 or 8491928. OLE color: 8491928.

HSL color Cylindrical-coordinate representation of color #989381: hue angle of 46.96º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #989381 is Cyan = 0, Magento = 0.03, Yellow = 0.15 and Black (K on CMYK) = 0.40.

Color convert

RGB152147129-
CMYK00.030.150.40
HSL46.96º10.04%55.1%-
HSV(B)46.96º15.13%59.61%-
XYZ27.3529.1324.95-
YUV146.44118.16131.96-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 35.51%
GREEN value IS 147 (57.81% from 255) = 34.35%
BLUE value IS 129 (50.78% from 255) = 30.14%
R=35.51%
G=34.35%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.15
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15214712900.030.150.4046.9610.0455.1
Hex98938103F282fa37
Octal230223201031750571267
Binary10011000100100111000000101111111010001011111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #989381; }

 p { color: rgb(152,147,129); }

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

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

 a { background-color: rgb(152,147,129); }

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

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

 span { border-color: rgb(152,147,129); }

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