#9E914F

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

Shades of Husk #9E914F

Tints of Husk #9E914F

Color information

#9E914F (or 0x9E914F) is unknown color: approx Husk. HEX triplet: 9E, 91 and 4F. RGB value is (158,145,79). Sum of RGB (Red+Green+Blue) = 158+145+79=382 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.36% from 382); Green value is 145 (57.03% from 255 or 37.96% from 382); Blue value is 79 (31.25% from 255 or 20.68% from 382); Max value from RGB is 158 - color contains mainly: red. Hex color #9E914F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E914F is #616EB0. Grayscale: #8D8D8D. Windows color (decimal): -6385329 or 5214622. OLE color: 5214622.

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

Color convert

RGB15814579-
CMYK00.080.500.38
HSL50.13º33.33%46.47%-
HSV(B)50.13º50%61.96%-
XYZ25.6428.0811.47-
YUV141.3692.81139.87-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 41.36%
GREEN value IS 145 (57.03% from 255) = 37.96%
BLUE value IS 79 (31.25% from 255) = 20.68%
R=41.36%
G=37.96%
B=20.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.50
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581457900.080.500.3850.1333.3346.47
Hex9E914F08322632212e
Octal2362211170106246624156
Binary1001111010010001100111101000110010100110110010100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E914F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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