#9E9B4C

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

Shades of Highball #9E9B4C

Tints of Highball #9E9B4C

Color information

#9E9B4C (or 0x9E9B4C) is unknown color: approx Highball. HEX triplet: 9E, 9B and 4C. RGB value is (158,155,76). Sum of RGB (Red+Green+Blue) = 158+155+76=389 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.62% from 389); Green value is 155 (60.94% from 255 or 39.85% from 389); Blue value is 76 (30.08% from 255 or 19.54% from 389); Max value from RGB is 158 - color contains mainly: red. Hex color #9E9B4C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9E9B4C is #6164B3. Grayscale: #939393. Windows color (decimal): -6382772 or 5020574. OLE color: 5020574.

HSL color Cylindrical-coordinate representation of color #9E9B4C: hue angle of 57.8º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9E9B4C is Cyan = 0, Magento = 0.02, Yellow = 0.52 and Black (K on CMYK) = 0.38.

Color convert

RGB15815576-
CMYK00.020.520.38
HSL57.8º35.04%45.88%-
HSV(B)57.8º51.9%61.96%-
XYZ27.1331.2311.44-
YUV146.8987.99135.92-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 40.62%
GREEN value IS 155 (60.94% from 255) = 39.85%
BLUE value IS 76 (30.08% from 255) = 19.54%
R=40.62%
G=39.85%
B=19.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.52
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581557600.020.520.3857.835.0445.88
Hex9E9B4C0234263a232e
Octal236233114026446724356
Binary10011110100110111001100010110100100110111010100011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E9B4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,155,76); }

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

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

 a { background-color: rgb(158,155,76); }

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

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

 span { border-color: rgb(158,155,76); }

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