#9B9254

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

Shades of Highball #9B9254

Tints of Highball #9B9254

Color information

#9B9254 (or 0x9B9254) is unknown color: approx Highball. HEX triplet: 9B, 92 and 54. RGB value is (155,146,84). Sum of RGB (Red+Green+Blue) = 155+146+84=385 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.26% from 385); Green value is 146 (57.42% from 255 or 37.92% from 385); Blue value is 84 (33.20% from 255 or 21.82% from 385); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9254 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B9254 is #646DAB. Grayscale: #8D8D8D. Windows color (decimal): -6581676 or 5542555. OLE color: 5542555.

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

Color convert

RGB15514684-
CMYK00.060.460.39
HSL52.39º29.71%46.86%-
HSV(B)52.39º45.81%60.78%-
XYZ25.428.1712.49-
YUV141.6295.48137.54-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 40.26%
GREEN value IS 146 (57.42% from 255) = 37.92%
BLUE value IS 84 (33.20% from 255) = 21.82%
R=40.26%
G=37.92%
B=21.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.46
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551468400.060.460.3952.3929.7146.86
Hex9B9254062E27341e2f
Octal233222124065647643657
Binary10011011100100101010100011010111010011111010011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B9254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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