#9E9752

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

Shades of Husk #9E9752

Tints of Husk #9E9752

Color information

#9E9752 (or 0x9E9752) is unknown color: approx Husk. HEX triplet: 9E, 97 and 52. RGB value is (158,151,82). Sum of RGB (Red+Green+Blue) = 158+151+82=391 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.41% from 391); Green value is 151 (59.38% from 255 or 38.62% from 391); Blue value is 82 (32.42% from 255 or 20.97% from 391); Max value from RGB is 158 - color contains mainly: red. Hex color #9E9752 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E9752 is #6168AD. Grayscale: #919191. Windows color (decimal): -6383790 or 5412766. OLE color: 5412766.

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

Color convert

RGB15815182-
CMYK00.040.480.38
HSL54.47º31.67%47.06%-
HSV(B)54.47º48.1%61.96%-
XYZ26.6930.0112.37-
YUV145.2392.32137.11-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 40.41%
GREEN value IS 151 (59.38% from 255) = 38.62%
BLUE value IS 82 (32.42% from 255) = 20.97%
R=40.41%
G=38.62%
B=20.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.48
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581518200.040.480.3854.4731.6747.06
Hex9E975204302636202f
Octal236227122046046664057
Binary100111101001011110100100100110000100110110110100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E9752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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