#989586

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

Shades of Grey Olive #989586

Tints of Grey Olive #989586

Color information

#989586 (or 0x989586) is unknown color: approx Grey Olive. HEX triplet: 98, 95 and 86. RGB value is (152,149,134). Sum of RGB (Red+Green+Blue) = 152+149+134=435 (57% of max value = 765). Red value is 152 (59.77% from 255 or 34.94% from 435); Green value is 149 (58.59% from 255 or 34.25% from 435); Blue value is 134 (52.73% from 255 or 30.80% from 435); Max value from RGB is 152 - color contains mainly: red. Hex color #989586 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989586 is #676A79. Grayscale: #949494. Windows color (decimal): -6777466 or 8820120. OLE color: 8820120.

HSL color Cylindrical-coordinate representation of color #989586: hue angle of 50º degrees, saturation: 0.08, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #989586 is Cyan = 0, Magento = 0.02, Yellow = 0.12 and Black (K on CMYK) = 0.40.

Color convert

RGB152149134-
CMYK00.020.120.40
HSL50º8.04%56.08%-
HSV(B)50º11.84%59.61%-
XYZ2829.8926.85-
YUV148.19119.99130.72-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.94%
GREEN value IS 149 (58.59% from 255) = 34.25%
BLUE value IS 134 (52.73% from 255) = 30.80%
R=34.94%
G=34.25%
B=30.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.12
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15214913400.020.120.40508.0456.08
Hex98958602C2832838
Octal230225206021450621070
Binary10011000100101011000011001011001010001100101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #989586; }

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

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

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

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

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

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

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

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