Html Css Color HEX #9E9950 Husk

📋 copy color: '#9E9950'

red 158 ◦ green 153 ◦ blue 80

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

Shades of Husk #9E9950

Tints of Husk #9E9950

RGB

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

 GREEN value IS 153 (60.16% from 255) = 39.13%

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

R = 40.41%
G = 39.13%
B = 20.46%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.49

 K value IS 0.38

RGB Variations

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

Color information

#9E9950 (or 0x9E9950) is known color: Husk. HEX triplet: 9E, 99 and 50. RGB value is (158,153,80). Sum of RGB (Red+Green+Blue) = 158+153+80=391 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.41% from 391); Green value is 153 (60.16% from 255 or 39.13% from 391); Blue value is 80 (31.64% from 255 or 20.46% from 391); Max value from RGB is 158 - color contains mainly: red. Hex color #9E9950 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E9950 is #6166AF. Grayscale: #929292. Windows color (decimal): -6383280 or 5282206. OLE color: 5282206.

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

Color convert

RGB 158 153 80 -
CMYK 0 0.03 0.49 0.38
HSL 56.15º 0.33% 0.47% -
HSV(B) 56.15º 0.49% 0.62% -
XYZ 26.94 30.63 12.08 -
YUV 146.17 90.66 136.44 -
System Red Green Blue C M Y K H S L
Decimal 158 153 80 0 0.03 0.49 0.38 56.15 0.33 0.47
Hex 9E 99 50 0 3 31 26 38 21 2F
Octal 236 231 120 0 3 61 46 70 41 57
Binary 10011110 10011001 1010000 0 11 110001 100110 111000 100001 101111

Color Harmonies of #9E9950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E9950

Black with #9E9950

Text Example


Text Example

White with #9E9950

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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