#9B9552

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

Shades of Highball #9B9552

Tints of Highball #9B9552

Color information

#9B9552 (or 0x9B9552) is unknown color: approx Highball. HEX triplet: 9B, 95 and 52. RGB value is (155,149,82). Sum of RGB (Red+Green+Blue) = 155+149+82=386 (51% of max value = 765). Red value is 155 (60.94% from 255 or 40.16% from 386); Green value is 149 (58.59% from 255 or 38.60% from 386); Blue value is 82 (32.42% from 255 or 21.24% from 386); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9552 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B9552 is #646AAD. Grayscale: #8F8F8F. Windows color (decimal): -6580910 or 5412251. OLE color: 5412251.

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

Color convert

RGB15514982-
CMYK00.040.470.39
HSL55.07º30.8%46.47%-
HSV(B)55.07º47.1%60.78%-
XYZ25.7929.0712.24-
YUV143.1693.49136.45-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 40.16%
GREEN value IS 149 (58.59% from 255) = 38.60%
BLUE value IS 82 (32.42% from 255) = 21.24%
R=40.16%
G=38.60%
B=21.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.47
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551498200.040.470.3955.0730.846.47
Hex9B9552042F27371f2e
Octal233225122045747673756
Binary10011011100101011010010010010111110011111011111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B9552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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