#9B9251

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

Shades of Highball #9B9251

Tints of Highball #9B9251

Color information

#9B9251 (or 0x9B9251) is unknown color: approx Highball. HEX triplet: 9B, 92 and 51. RGB value is (155,146,81). Sum of RGB (Red+Green+Blue) = 155+146+81=382 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.58% from 382); Green value is 146 (57.42% from 255 or 38.22% from 382); Blue value is 81 (32.03% from 255 or 21.20% from 382); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9251 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B9251 is #646DAE. Grayscale: #8D8D8D. Windows color (decimal): -6581679 or 5345947. OLE color: 5345947.

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

Color convert

RGB15514681-
CMYK00.060.480.39
HSL52.7º31.36%46.27%-
HSV(B)52.7º47.74%60.78%-
XYZ25.2828.1211.88-
YUV141.2893.98137.79-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 40.58%
GREEN value IS 146 (57.42% from 255) = 38.22%
BLUE value IS 81 (32.03% from 255) = 21.20%
R=40.58%
G=38.22%
B=21.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.48
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551468100.060.480.3952.731.3646.27
Hex9B9251063027351f2e
Octal233222121066047653756
Binary10011011100100101010001011011000010011111010111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B9251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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