#9B9333

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

Shades of Highball #9B9333

Tints of Highball #9B9333

Color information

#9B9333 (or 0x9B9333) is unknown color: approx Highball. HEX triplet: 9B, 93 and 33. RGB value is (155,147,51). Sum of RGB (Red+Green+Blue) = 155+147+51=353 (46% of max value = 765). Red value is 155 (60.94% from 255 or 43.91% from 353); Green value is 147 (57.81% from 255 or 41.64% from 353); Blue value is 51 (20.31% from 255 or 14.45% from 353); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9333 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B9333 is #646CCC. Grayscale: #8A8A8A. Windows color (decimal): -6581453 or 3380123. OLE color: 3380123.

HSL color Cylindrical-coordinate representation of color #9B9333: hue angle of 55.38º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9B9333 is Cyan = 0, Magento = 0.05, Yellow = 0.67 and Black (K on CMYK) = 0.39.

Color convert

RGB15514751-
CMYK00.050.670.39
HSL55.38º50.49%40.39%-
HSV(B)55.38º67.1%60.78%-
XYZ24.5528.087.26-
YUV138.4578.65139.81-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 43.91%
GREEN value IS 147 (57.81% from 255) = 41.64%
BLUE value IS 51 (20.31% from 255) = 14.45%
R=43.91%
G=41.64%
B=14.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.67
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551475100.050.670.3955.3850.4940.39
Hex9B9333054327373228
Octal233223630510347676250
Binary100110111001001111001101011000011100111110111110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B9333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,147,51); }

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

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

 a { background-color: rgb(155,147,51); }

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

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

 span { border-color: rgb(155,147,51); }

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