#9E9A31

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

Shades of Highball #9E9A31

Tints of Highball #9E9A31

Color information

#9E9A31 (or 0x9E9A31) is unknown color: approx Highball. HEX triplet: 9E, 9A and 31. RGB value is (158,154,49). Sum of RGB (Red+Green+Blue) = 158+154+49=361 (47% of max value = 765). Red value is 158 (62.11% from 255 or 43.77% from 361); Green value is 154 (60.55% from 255 or 42.66% from 361); Blue value is 49 (19.53% from 255 or 13.57% from 361); Max value from RGB is 158 - color contains mainly: red. Hex color #9E9A31 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9E9A31 is #6165CE. Grayscale: #8F8F8F. Windows color (decimal): -6383055 or 3250846. OLE color: 3250846.

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

Color convert

RGB15815449-
CMYK00.030.690.38
HSL57.8º52.66%40.59%-
HSV(B)57.8º68.99%61.96%-
XYZ26.2130.67.43-
YUV143.2374.83138.54-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 43.77%
GREEN value IS 154 (60.55% from 255) = 42.66%
BLUE value IS 49 (19.53% from 255) = 13.57%
R=43.77%
G=42.66%
B=13.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.69
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581544900.030.690.3857.852.6640.59
Hex9E9A310345263a3529
Octal236232610310546726551
Binary10011110100110101100010111000101100110111010110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E9A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,154,49); }

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

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

 a { background-color: rgb(158,154,49); }

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

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

 span { border-color: rgb(158,154,49); }

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