#9E994B

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

Shades of Highball #9E994B

Tints of Highball #9E994B

Color information

#9E994B (or 0x9E994B) is unknown color: approx Highball. HEX triplet: 9E, 99 and 4B. RGB value is (158,153,75). Sum of RGB (Red+Green+Blue) = 158+153+75=386 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.93% from 386); Green value is 153 (60.16% from 255 or 39.64% from 386); Blue value is 75 (29.69% from 255 or 19.43% from 386); Max value from RGB is 158 - color contains mainly: red. Hex color #9E994B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9E994B is #6166B4. Grayscale: #919191. Windows color (decimal): -6383285 or 4954526. OLE color: 4954526.

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

Color convert

RGB15815375-
CMYK00.030.530.38
HSL56.39º35.62%45.69%-
HSV(B)56.39º52.53%61.96%-
XYZ26.7630.5611.14-
YUV145.688.16136.84-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 40.93%
GREEN value IS 153 (60.16% from 255) = 39.64%
BLUE value IS 75 (29.69% from 255) = 19.43%
R=40.93%
G=39.64%
B=19.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.53
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581537500.030.530.3856.3935.6245.69
Hex9E994B03352638242e
Octal236231113036546704456
Binary10011110100110011001011011110101100110111000100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E994B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,153,75); }

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

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

 a { background-color: rgb(158,153,75); }

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

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

 span { border-color: rgb(158,153,75); }

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