#9B8F41

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

Shades of Highball #9B8F41

Tints of Highball #9B8F41

Color information

#9B8F41 (or 0x9B8F41) is unknown color: approx Highball. HEX triplet: 9B, 8F and 41. RGB value is (155,143,65). Sum of RGB (Red+Green+Blue) = 155+143+65=363 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.70% from 363); Green value is 143 (56.25% from 255 or 39.39% from 363); Blue value is 65 (25.78% from 255 or 17.91% from 363); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8F41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B8F41 is #6470BE. Grayscale: #8A8A8A. Windows color (decimal): -6582463 or 4296603. OLE color: 4296603.

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

Color convert

RGB15514365-
CMYK00.080.580.39
HSL52º40.91%43.14%-
HSV(B)52º58.06%60.78%-
XYZ24.29278.93-
YUV137.786.98140.34-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 42.70%
GREEN value IS 143 (56.25% from 255) = 39.39%
BLUE value IS 65 (25.78% from 255) = 17.91%
R=42.70%
G=39.39%
B=17.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.58
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551436500.080.580.395240.9143.14
Hex9B8F41083A2734292b
Octal2332171010107247645153
Binary1001101110001111100000101000111010100111110100101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,143,65); }

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

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

 a { background-color: rgb(155,143,65); }

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

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

 span { border-color: rgb(155,143,65); }

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