#989580

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

Shades of Grey Olive #989580

Tints of Grey Olive #989580

Color information

#989580 (or 0x989580) is unknown color: approx Grey Olive. HEX triplet: 98, 95 and 80. RGB value is (152,149,128). Sum of RGB (Red+Green+Blue) = 152+149+128=429 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.43% from 429); Green value is 149 (58.59% from 255 or 34.73% from 429); Blue value is 128 (50.39% from 255 or 29.84% from 429); Max value from RGB is 152 - color contains mainly: red. Hex color #989580 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989580 is #676A7F. Grayscale: #939393. Windows color (decimal): -6777472 or 8426904. OLE color: 8426904.

HSL color Cylindrical-coordinate representation of color #989580: hue angle of 52.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 #989580 is Cyan = 0, Magento = 0.02, Yellow = 0.16 and Black (K on CMYK) = 0.40.

Color convert

RGB152149128-
CMYK00.020.160.40
HSL52.5º10.43%54.9%-
HSV(B)52.5º15.79%59.61%-
XYZ27.5929.7324.71-
YUV147.5116.99131.21-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 35.43%
GREEN value IS 149 (58.59% from 255) = 34.73%
BLUE value IS 128 (50.39% from 255) = 29.84%
R=35.43%
G=34.73%
B=29.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.16
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15214912800.020.160.4052.510.4354.9
Hex98958002102835a37
Octal230225200022050651267
Binary100110001001010110000000010100001010001101011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #989580; }

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

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

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

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

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

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

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

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