#9B8B36

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

Shades of Highball #9B8B36

Tints of Highball #9B8B36

Color information

#9B8B36 (or 0x9B8B36) is unknown color: approx Highball. HEX triplet: 9B, 8B and 36. RGB value is (155,139,54). Sum of RGB (Red+Green+Blue) = 155+139+54=348 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.54% from 348); Green value is 139 (54.69% from 255 or 39.94% from 348); Blue value is 54 (21.48% from 255 or 15.52% from 348); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8B36 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B8B36 is #6474C9. Grayscale: #868686. Windows color (decimal): -6583498 or 3574683. OLE color: 3574683.

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

Color convert

RGB15513954-
CMYK00.100.650.39
HSL50.5º48.33%40.98%-
HSV(B)50.5º65.16%60.78%-
XYZ23.4225.77.22-
YUV134.0982.8142.91-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 44.54%
GREEN value IS 139 (54.69% from 255) = 39.94%
BLUE value IS 54 (21.48% from 255) = 15.52%
R=44.54%
G=39.94%
B=15.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.65
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551395400.100.650.3950.548.3340.98
Hex9B8B360A4127323029
Octal2332136601210147626051
Binary1001101110001011110110010101000001100111110010110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8B36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,139,54); }

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

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

 a { background-color: rgb(155,139,54); }

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

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

 span { border-color: rgb(155,139,54); }

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