Html Css Color HEX #9E9A51 Husk

📋 copy color: '#9E9A51'

red 158 ◦ green 154 ◦ blue 81

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

Shades of Husk #9E9A51

Tints of Husk #9E9A51

RGB

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

 GREEN value IS 154 (60.55% from 255) = 39.19%

 BLUE value IS 81 (32.03% from 255) = 20.61%

R = 40.2%
G = 39.19%
B = 20.61%

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

#9E9A51 (or 0x9E9A51) is known color: Husk. HEX triplet: 9E, 9A and 51. RGB value is (158,154,81). Sum of RGB (Red+Green+Blue) = 158+154+81=393 (52% of max value = 765). Red value is 158 (62.11% from 255 or 40.20% from 393); Green value is 154 (60.55% from 255 or 39.19% from 393); Blue value is 81 (32.03% from 255 or 20.61% from 393); Max value from RGB is 158 - color contains mainly: red. Hex color #9E9A51 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E9A51 is #6165AE. Grayscale: #939393. Windows color (decimal): -6383023 or 5347998. OLE color: 5347998.

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

Color convert

RGB 158 154 81 -
CMYK 0 0.03 0.49 0.38
HSL 56.88º 0.32% 0.47% -
HSV(B) 56.88º 0.49% 0.62% -
XYZ 27.14 30.97 12.33 -
YUV 146.87 90.83 135.94 -
System Red Green Blue C M Y K H S L
Decimal 158 154 81 0 0.03 0.49 0.38 56.88 0.32 0.47
Hex 9E 9A 51 0 3 31 26 39 20 2F
Octal 236 232 121 0 3 61 46 71 40 57
Binary 10011110 10011010 1010001 0 11 110001 100110 111001 100000 101111

Color Harmonies of #9E9A51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E9A51

Black with #9E9A51

Text Example


Text Example

White with #9E9A51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,154,81); }

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

background-color css

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

 a { background-color: rgb(158,154,81); }

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

border-color css

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

 span { border-color: rgb(158,154,81); }

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