#989380

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

Shades of Grey Olive #989380

Tints of Grey Olive #989380

Color information

#989380 (or 0x989380) is unknown color: approx Grey Olive. HEX triplet: 98, 93 and 80. RGB value is (152,147,128). Sum of RGB (Red+Green+Blue) = 152+147+128=427 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.60% from 427); Green value is 147 (57.81% from 255 or 34.43% from 427); Blue value is 128 (50.39% from 255 or 29.98% from 427); Max value from RGB is 152 - color contains mainly: red. Hex color #989380 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989380 is #676C7F. Grayscale: #929292. Windows color (decimal): -6777984 or 8426392. OLE color: 8426392.

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

Color convert

RGB152147128-
CMYK00.030.160.40
HSL47.5º10.43%54.9%-
HSV(B)47.5º15.79%59.61%-
XYZ27.2829.124.6-
YUV146.33117.66132.04-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 35.60%
GREEN value IS 147 (57.81% from 255) = 34.43%
BLUE value IS 128 (50.39% from 255) = 29.98%
R=35.60%
G=34.43%
B=29.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.16
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15214712800.030.160.4047.510.4354.9
Hex98938003102830a37
Octal230223200032050601267
Binary100110001001001110000000011100001010001100001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #989380; }

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

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

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

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

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

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

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

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