#9B9255

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

Shades of Highball #9B9255

Tints of Highball #9B9255

Color information

#9B9255 (or 0x9B9255) is unknown color: approx Highball. HEX triplet: 9B, 92 and 55. RGB value is (155,146,85). Sum of RGB (Red+Green+Blue) = 155+146+85=386 (51% of max value = 765). Red value is 155 (60.94% from 255 or 40.16% from 386); Green value is 146 (57.42% from 255 or 37.82% from 386); Blue value is 85 (33.59% from 255 or 22.02% from 386); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9255 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B9255 is #646DAA. Grayscale: #8D8D8D. Windows color (decimal): -6581675 or 5608091. OLE color: 5608091.

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

Color convert

RGB15514685-
CMYK00.060.450.39
HSL52.29º29.17%47.06%-
HSV(B)52.29º45.16%60.78%-
XYZ25.4428.1812.69-
YUV141.7495.98137.46-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 40.16%
GREEN value IS 146 (57.42% from 255) = 37.82%
BLUE value IS 85 (33.59% from 255) = 22.02%
R=40.16%
G=37.82%
B=22.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.45
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551468500.060.450.3952.2929.1747.06
Hex9B9255062D27341d2f
Octal233222125065547643557
Binary10011011100100101010101011010110110011111010011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B9255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,146,85); }

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

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

 a { background-color: rgb(155,146,85); }

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

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

 span { border-color: rgb(155,146,85); }

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