#9E9B3C

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

Shades of Highball #9E9B3C

Tints of Highball #9E9B3C

Color information

#9E9B3C (or 0x9E9B3C) is unknown color: approx Highball. HEX triplet: 9E, 9B and 3C. RGB value is (158,155,60). Sum of RGB (Red+Green+Blue) = 158+155+60=373 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.36% from 373); Green value is 155 (60.94% from 255 or 41.55% from 373); Blue value is 60 (23.83% from 255 or 16.09% from 373); Max value from RGB is 158 - color contains mainly: red. Hex color #9E9B3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9E9B3C is #6164C3. Grayscale: #919191. Windows color (decimal): -6382788 or 3971998. OLE color: 3971998.

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

Color convert

RGB15815560-
CMYK00.020.620.38
HSL58.16º44.95%42.75%-
HSV(B)58.16º62.03%61.96%-
XYZ26.6431.048.86-
YUV145.0779.99137.22-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 42.36%
GREEN value IS 155 (60.94% from 255) = 41.55%
BLUE value IS 60 (23.83% from 255) = 16.09%
R=42.36%
G=41.55%
B=16.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.62
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581556000.020.620.3858.1644.9542.75
Hex9E9B3C023E263a2d2b
Octal23623374027646725553
Binary1001111010011011111100010111110100110111010101101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E9B3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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