#9B9541

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

Shades of Highball #9B9541

Tints of Highball #9B9541

Color information

#9B9541 (or 0x9B9541) is unknown color: approx Highball. HEX triplet: 9B, 95 and 41. RGB value is (155,149,65). Sum of RGB (Red+Green+Blue) = 155+149+65=369 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.01% from 369); Green value is 149 (58.59% from 255 or 40.38% from 369); Blue value is 65 (25.78% from 255 or 17.62% from 369); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9541 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B9541 is #646ABE. Grayscale: #8D8D8D. Windows color (decimal): -6580927 or 4298139. OLE color: 4298139.

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

Color convert

RGB15514965-
CMYK00.040.580.39
HSL56º40.91%43.14%-
HSV(B)56º58.06%60.78%-
XYZ25.2228.859.24-
YUV141.2284.99137.83-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 42.01%
GREEN value IS 149 (58.59% from 255) = 40.38%
BLUE value IS 65 (25.78% from 255) = 17.62%
R=42.01%
G=40.38%
B=17.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.58
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551496500.040.580.395640.9143.14
Hex9B9541043A2738292b
Octal233225101047247705153
Binary100110111001010110000010100111010100111111000101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B9541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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