#9E9354

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

Shades of Husk #9E9354

Tints of Husk #9E9354

Color information

#9E9354 (or 0x9E9354) is unknown color: approx Husk. HEX triplet: 9E, 93 and 54. RGB value is (158,147,84). Sum of RGB (Red+Green+Blue) = 158+147+84=389 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.62% from 389); Green value is 147 (57.81% from 255 or 37.79% from 389); Blue value is 84 (33.20% from 255 or 21.59% from 389); Max value from RGB is 158 - color contains mainly: red. Hex color #9E9354 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E9354 is #616CAB. Grayscale: #8F8F8F. Windows color (decimal): -6384812 or 5542814. OLE color: 5542814.

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

Color convert

RGB15814784-
CMYK00.070.470.38
HSL51.08º30.58%47.45%-
HSV(B)51.08º46.84%61.96%-
XYZ26.1328.7812.56-
YUV143.1194.64138.62-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 40.62%
GREEN value IS 147 (57.81% from 255) = 37.79%
BLUE value IS 84 (33.20% from 255) = 21.59%
R=40.62%
G=37.79%
B=21.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.47
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581478400.070.470.3851.0830.5847.45
Hex9E9354072F26331f2f
Octal236223124075746633757
Binary10011110100100111010100011110111110011011001111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E9354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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