#9B983A

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

Shades of Highball #9B983A

Tints of Highball #9B983A

Color information

#9B983A (or 0x9B983A) is unknown color: approx Highball. HEX triplet: 9B, 98 and 3A. RGB value is (155,152,58). Sum of RGB (Red+Green+Blue) = 155+152+58=365 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.47% from 365); Green value is 152 (59.77% from 255 or 41.64% from 365); Blue value is 58 (23.05% from 255 or 15.89% from 365); Max value from RGB is 155 - color contains mainly: red. Hex color #9B983A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B983A is #6467C5. Grayscale: #8E8E8E. Windows color (decimal): -6580166 or 3840155. OLE color: 3840155.

HSL color Cylindrical-coordinate representation of color #9B983A: hue angle of 58.14º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9B983A is Cyan = 0, Magento = 0.02, Yellow = 0.63 and Black (K on CMYK) = 0.39.

Color convert

RGB15515258-
CMYK00.020.630.39
HSL58.14º45.54%41.76%-
HSV(B)58.14º62.58%60.78%-
XYZ25.5129.738.4-
YUV142.1880.49137.14-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 42.47%
GREEN value IS 152 (59.77% from 255) = 41.64%
BLUE value IS 58 (23.05% from 255) = 15.89%
R=42.47%
G=41.64%
B=15.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.63
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551525800.020.630.3958.1445.5441.76
Hex9B983A023F273a2e2a
Octal23323072027747725652
Binary1001101110011000111010010111111100111111010101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B983A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,152,58); }

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

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

 a { background-color: rgb(155,152,58); }

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

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

 span { border-color: rgb(155,152,58); }

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