#9E9A4F

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

Shades of Husk #9E9A4F

Tints of Husk #9E9A4F

Color information

#9E9A4F (or 0x9E9A4F) is unknown color: approx Husk. HEX triplet: 9E, 9A and 4F. RGB value is (158,154,79). Sum of RGB (Red+Green+Blue) = 158+154+79=391 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.41% from 391); Green value is 154 (60.55% from 255 or 39.39% from 391); Blue value is 79 (31.25% from 255 or 20.20% from 391); Max value from RGB is 158 - color contains mainly: red. Hex color #9E9A4F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E9A4F is #6165B0. Grayscale: #929292. Windows color (decimal): -6383025 or 5216926. OLE color: 5216926.

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

Color convert

RGB15815479-
CMYK00.030.500.38
HSL56.96º33.33%46.47%-
HSV(B)56.96º50%61.96%-
XYZ27.0730.9411.94-
YUV146.6589.83136.1-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 40.41%
GREEN value IS 154 (60.55% from 255) = 39.39%
BLUE value IS 79 (31.25% from 255) = 20.20%
R=40.41%
G=39.39%
B=20.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.50
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581547900.030.500.3856.9633.3346.47
Hex9E9A4F03322639212e
Octal236232117036246714156
Binary10011110100110101001111011110010100110111001100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E9A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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