#9B9446

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

Shades of Highball #9B9446

Tints of Highball #9B9446

Color information

#9B9446 (or 0x9B9446) is unknown color: approx Highball. HEX triplet: 9B, 94 and 46. RGB value is (155,148,70). Sum of RGB (Red+Green+Blue) = 155+148+70=373 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.55% from 373); Green value is 148 (58.20% from 255 or 39.68% from 373); Blue value is 70 (27.73% from 255 or 18.77% from 373); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9446 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B9446 is #646BB9. Grayscale: #8D8D8D. Windows color (decimal): -6581178 or 4625563. OLE color: 4625563.

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

Color convert

RGB15514870-
CMYK00.050.550.39
HSL55.06º37.78%44.12%-
HSV(B)55.06º54.84%60.78%-
XYZ25.2128.599.98-
YUV141.287.82137.84-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 41.55%
GREEN value IS 148 (58.20% from 255) = 39.68%
BLUE value IS 70 (27.73% from 255) = 18.77%
R=41.55%
G=39.68%
B=18.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.55
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551487000.050.550.3955.0637.7844.12
Hex9B944605372737262c
Octal233224106056747674654
Binary100110111001010010001100101110111100111110111100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B9446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,148,70); }

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

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

 a { background-color: rgb(155,148,70); }

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

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

 span { border-color: rgb(155,148,70); }

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