#9B9050

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

Shades of Highball #9B9050

Tints of Highball #9B9050

Color information

#9B9050 (or 0x9B9050) is unknown color: approx Highball. HEX triplet: 9B, 90 and 50. RGB value is (155,144,80). Sum of RGB (Red+Green+Blue) = 155+144+80=379 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.90% from 379); Green value is 144 (56.64% from 255 or 37.99% from 379); Blue value is 80 (31.64% from 255 or 21.11% from 379); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9050 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B9050 is #646FAF. Grayscale: #8C8C8C. Windows color (decimal): -6582192 or 5279899. OLE color: 5279899.

HSL color Cylindrical-coordinate representation of color #9B9050: hue angle of 51.2º degrees, saturation: 0.32, 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 #9B9050 is Cyan = 0, Magento = 0.07, Yellow = 0.48 and Black (K on CMYK) = 0.39.

Color convert

RGB15514480-
CMYK00.070.480.39
HSL51.2º31.91%46.08%-
HSV(B)51.2º48.39%60.78%-
XYZ24.9427.4911.58-
YUV139.9994.14138.7-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 40.90%
GREEN value IS 144 (56.64% from 255) = 37.99%
BLUE value IS 80 (31.64% from 255) = 21.11%
R=40.90%
G=37.99%
B=21.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.48
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551448000.070.480.3951.231.9146.08
Hex9B905007302733202e
Octal233220120076047634056
Binary100110111001000010100000111110000100111110011100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B9050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,144,80); }

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

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

 a { background-color: rgb(155,144,80); }

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

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

 span { border-color: rgb(155,144,80); }

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