#9B9582

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

Shades of Grey Olive #9B9582

Tints of Grey Olive #9B9582

Color information

#9B9582 (or 0x9B9582) is unknown color: approx Grey Olive. HEX triplet: 9B, 95 and 82. RGB value is (155,149,130). Sum of RGB (Red+Green+Blue) = 155+149+130=434 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.71% from 434); Green value is 149 (58.59% from 255 or 34.33% from 434); Blue value is 130 (51.17% from 255 or 29.95% from 434); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9582 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B9582 is #646A7D. Grayscale: #949494. Windows color (decimal): -6580862 or 8557979. OLE color: 8557979.

HSL color Cylindrical-coordinate representation of color #9B9582: hue angle of 45.6º degrees, saturation: 0.11, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9B9582 is Cyan = 0, Magento = 0.04, Yellow = 0.16 and Black (K on CMYK) = 0.39.

Color convert

RGB155149130-
CMYK00.040.160.39
HSL45.6º11.11%55.88%-
HSV(B)45.6º16.13%60.78%-
XYZ28.2930.0825.43-
YUV148.63117.49132.54-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 35.71%
GREEN value IS 149 (58.59% from 255) = 34.33%
BLUE value IS 130 (51.17% from 255) = 29.95%
R=35.71%
G=34.33%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.16
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15514913000.040.160.3945.611.1155.88
Hex9B95820410272eb38
Octal233225202042047561370
Binary1001101110010101100000100100100001001111011101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B9582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9B9582; }

 p { color: rgb(155,149,130); }

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

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

 a { background-color: rgb(155,149,130); }

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

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

 span { border-color: rgb(155,149,130); }

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