#9E9358

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

Shades of Husk #9E9358

Tints of Husk #9E9358

Color information

#9E9358 (or 0x9E9358) is unknown color: approx Husk. HEX triplet: 9E, 93 and 58. RGB value is (158,147,88). Sum of RGB (Red+Green+Blue) = 158+147+88=393 (52% of max value = 765). Red value is 158 (62.11% from 255 or 40.20% from 393); Green value is 147 (57.81% from 255 or 37.40% from 393); Blue value is 88 (34.77% from 255 or 22.39% from 393); Max value from RGB is 158 - color contains mainly: red. Hex color #9E9358 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E9358 is #616CA7. Grayscale: #8F8F8F. Windows color (decimal): -6384808 or 5804958. OLE color: 5804958.

HSL color Cylindrical-coordinate representation of color #9E9358: hue angle of 50.57º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9E9358 is Cyan = 0, Magento = 0.07, Yellow = 0.44 and Black (K on CMYK) = 0.38.

Color convert

RGB15814788-
CMYK00.070.440.38
HSL50.57º28.46%48.24%-
HSV(B)50.57º44.3%61.96%-
XYZ26.328.8413.41-
YUV143.5696.64138.3-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 40.20%
GREEN value IS 147 (57.81% from 255) = 37.40%
BLUE value IS 88 (34.77% from 255) = 22.39%
R=40.20%
G=37.40%
B=22.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.44
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581478800.070.440.3850.5728.4648.24
Hex9E9358072C26331c30
Octal236223130075446633460
Binary10011110100100111011000011110110010011011001111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E9358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,147,88); }

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

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

 a { background-color: rgb(158,147,88); }

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

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

 span { border-color: rgb(158,147,88); }

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