Html Css Color HEX #9E9050 Husk

📋 copy color: '#9E9050'

red 158 ◦ green 144 ◦ blue 80

#9E9050
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Husk #9E9050

Tints of Husk #9E9050

RGB

 RED value IS 158 (62.11% from 255) = 41.36%

 GREEN value IS 144 (56.64% from 255) = 37.7%

 BLUE value IS 80 (31.64% from 255) = 20.94%

R = 41.36%
G = 37.7%
B = 20.94%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.49

 K value IS 0.38

RGB Variations

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

Color information

#9E9050 (or 0x9E9050) is known color: Husk. HEX triplet: 9E, 90 and 50. RGB value is (158,144,80). Sum of RGB (Red+Green+Blue) = 158+144+80=382 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.36% from 382); Green value is 144 (56.64% from 255 or 37.70% from 382); Blue value is 80 (31.64% from 255 or 20.94% from 382); Max value from RGB is 158 - color contains mainly: red. Hex color #9E9050 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E9050 is #616FAF. Grayscale: #8D8D8D. Windows color (decimal): -6385584 or 5279902. OLE color: 5279902.

HSL color Cylindrical-coordinate representation of color #9E9050: hue angle of 49.23º degrees, saturation: 0.33, 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 #9E9050 is Cyan = 0, Magento = 0.09, Yellow = 0.49 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 144 80 -
CMYK 0 0.09 0.49 0.38
HSL 49.23º 0.33% 0.47% -
HSV(B) 49.23º 0.49% 0.62% -
XYZ 25.52 27.79 11.61 -
YUV 140.89 93.64 140.2 -
System Red Green Blue C M Y K H S L
Decimal 158 144 80 0 0.09 0.49 0.38 49.23 0.33 0.47
Hex 9E 90 50 0 9 31 26 31 21 2F
Octal 236 220 120 0 11 61 46 61 41 57
Binary 10011110 10010000 1010000 0 1001 110001 100110 110001 100001 101111

Color Harmonies of #9E9050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E9050

Black with #9E9050

Text Example


Text Example

White with #9E9050

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,144,80); }

 H1.HeaderClassName
 {
   color: #9E9050;
 }
 .AnyTagClassName
 {
   color: #9E9050;
 }
</style>

background-color css

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

 a { background-color: rgb(158,144,80); }

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

border-color css

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

 span { border-color: rgb(158,144,80); }

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