#9e924c

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

Shades of Highball #9E924C

Tints of Highball #9E924C

Color information

#9E924C (or 0x9E924C) is unknown color: approx Highball. HEX triplet: 9E, 92 and 4C. RGB value is (158,146,76). Sum of RGB (Red+Green+Blue) = 158+146+76=380 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.58% from 380); Green value is 146 (57.42% from 255 or 38.42% from 380); Blue value is 76 (30.08% from 255 or 20% from 380); Max value from RGB is 158 - color contains mainly: red. Hex color #9E924C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9E924C is #616DB3. Grayscale: #8D8D8D. Windows color (decimal): -6385076 or 5018270. OLE color: 5018270.

HSL color Cylindrical-coordinate representation of color #9E924C: hue angle of 51.22º 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 #9E924C is Cyan = 0, Magento = 0.08, Yellow = 0.52 and Black (K on CMYK) = 0.38.

Color convert

RGB15814676-
CMYK00.080.520.38
HSL51.22º35.04%45.88%-
HSV(B)51.22º51.9%61.96%-
XYZ25.6828.3510.96-
YUV141.6190.98139.69-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 41.58%
GREEN value IS 146 (57.42% from 255) = 38.42%
BLUE value IS 76 (30.08% from 255) = 20%
R=41.58%
G=38.42%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.52
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581467600.080.520.3851.2235.0445.88
Hex9E924C08342633232e
Octal2362221140106446634356
Binary1001111010010010100110001000110100100110110011100011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9e924c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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