#9B9348

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

Shades of Highball #9B9348

Tints of Highball #9B9348

Color information

#9B9348 (or 0x9B9348) is unknown color: approx Highball. HEX triplet: 9B, 93 and 48. RGB value is (155,147,72). Sum of RGB (Red+Green+Blue) = 155+147+72=374 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.44% from 374); Green value is 147 (57.81% from 255 or 39.30% from 374); Blue value is 72 (28.52% from 255 or 19.25% from 374); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9348 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B9348 is #646CB7. Grayscale: #8D8D8D. Windows color (decimal): -6581432 or 4756379. OLE color: 4756379.

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

Color convert

RGB15514772-
CMYK00.050.540.39
HSL54.22º36.56%44.51%-
HSV(B)54.22º53.55%60.78%-
XYZ25.1228.310.27-
YUV140.8489.15138.1-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 41.44%
GREEN value IS 147 (57.81% from 255) = 39.30%
BLUE value IS 72 (28.52% from 255) = 19.25%
R=41.44%
G=39.30%
B=19.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.54
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551477200.050.540.3954.2236.5644.51
Hex9B934805362736252d
Octal233223110056647664555
Binary100110111001001110010000101110110100111110110100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B9348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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