#9E974F

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

Shades of Husk #9E974F

Tints of Husk #9E974F

Color information

#9E974F (or 0x9E974F) is unknown color: approx Husk. HEX triplet: 9E, 97 and 4F. RGB value is (158,151,79). Sum of RGB (Red+Green+Blue) = 158+151+79=388 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.72% from 388); Green value is 151 (59.38% from 255 or 38.92% from 388); Blue value is 79 (31.25% from 255 or 20.36% from 388); Max value from RGB is 158 - color contains mainly: red. Hex color #9E974F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E974F is #6168B0. Grayscale: #919191. Windows color (decimal): -6383793 or 5216158. OLE color: 5216158.

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

Color convert

RGB15815179-
CMYK00.040.500.38
HSL54.68º33.33%46.47%-
HSV(B)54.68º50%61.96%-
XYZ26.5829.9711.78-
YUV144.8890.82137.35-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 40.72%
GREEN value IS 151 (59.38% from 255) = 38.92%
BLUE value IS 79 (31.25% from 255) = 20.36%
R=40.72%
G=38.92%
B=20.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.50
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581517900.040.500.3854.6833.3346.47
Hex9E974F04322637212e
Octal236227117046246674156
Binary100111101001011110011110100110010100110110111100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E974F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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