#9E9A51

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

Shades of Husk #9E9A51

Tints of Husk #9E9A51

Color information

#9E9A51 (or 0x9E9A51) is unknown color: approx Husk. HEX triplet: 9E, 9A and 51. RGB value is (158,154,81). Sum of RGB (Red+Green+Blue) = 158+154+81=393 (52% of max value = 765). Red value is 158 (62.11% from 255 or 40.20% from 393); Green value is 154 (60.55% from 255 or 39.19% from 393); Blue value is 81 (32.03% from 255 or 20.61% from 393); Max value from RGB is 158 - color contains mainly: red. Hex color #9E9A51 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E9A51 is #6165AE. Grayscale: #939393. Windows color (decimal): -6383023 or 5347998. OLE color: 5347998.

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

Color convert

RGB15815481-
CMYK00.030.490.38
HSL56.88º32.22%46.86%-
HSV(B)56.88º48.73%61.96%-
XYZ27.1430.9712.33-
YUV146.8790.83135.94-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 40.20%
GREEN value IS 154 (60.55% from 255) = 39.19%
BLUE value IS 81 (32.03% from 255) = 20.61%
R=40.20%
G=39.19%
B=20.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.49
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581548100.030.490.3856.8832.2246.86
Hex9E9A5103312639202f
Octal236232121036146714057
Binary10011110100110101010001011110001100110111001100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E9A51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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