#9B9F41

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

Shades of Highball #9B9F41

Tints of Highball #9B9F41

Color information

#9B9F41 (or 0x9B9F41) is unknown color: approx Highball. HEX triplet: 9B, 9F and 41. RGB value is (155,159,65). Sum of RGB (Red+Green+Blue) = 155+159+65=379 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.90% from 379); Green value is 159 (62.5% from 255 or 41.95% from 379); Blue value is 65 (25.78% from 255 or 17.15% from 379); Max value from RGB is 159 - color contains mainly: green. Hex color #9B9F41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B9F41 is #6460BE. Grayscale: #939393. Windows color (decimal): -6578367 or 4300699. OLE color: 4300699.

HSL color Cylindrical-coordinate representation of color #9B9F41: hue angle of 62.55º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9B9F41 is Cyan = 0.03, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.38.

Color convert

RGB15515965-
CMYK0.0300.590.38
HSL62.55º41.96%43.92%-
HSV(B)62.55º59.12%62.35%-
XYZ26.8732.159.79-
YUV147.0981.67133.64-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 40.90%
GREEN value IS 159 (62.5% from 255) = 41.95%
BLUE value IS 65 (25.78% from 255) = 17.15%
R=40.90%
G=41.95%
B=17.15%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal155159650.0300.590.3862.5541.9643.92
Hex9B9F41303B263f2a2c
Octal233237101307346775254
Binary10011011100111111000001110111011100110111111101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B9F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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