Html Css Color HEX #9E9458 Husk

📋 copy color: '#9E9458'

red 158 ◦ green 148 ◦ blue 88

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

Shades of Husk #9E9458

Tints of Husk #9E9458

RGB

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

 GREEN value IS 148 (58.2% from 255) = 37.56%

 BLUE value IS 88 (34.77% from 255) = 22.34%

R = 40.1%
G = 37.56%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.44

 K value IS 0.38

RGB Variations

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

Color information

#9E9458 (or 0x9E9458) is known color: Husk. HEX triplet: 9E, 94 and 58. RGB value is (158,148,88). Sum of RGB (Red+Green+Blue) = 158+148+88=394 (52% of max value = 765). Red value is 158 (62.11% from 255 or 40.10% from 394); Green value is 148 (58.20% from 255 or 37.56% from 394); Blue value is 88 (34.77% from 255 or 22.34% from 394); Max value from RGB is 158 - color contains mainly: red. Hex color #9E9458 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E9458 is #616BA7. Grayscale: #909090. Windows color (decimal): -6384552 or 5805214. OLE color: 5805214.

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

Color convert

RGB 158 148 88 -
CMYK 0 0.06 0.44 0.38
HSL 51.43º 0.28% 0.48% -
HSV(B) 51.43º 0.44% 0.62% -
XYZ 26.45 29.15 13.47 -
YUV 144.15 96.31 137.88 -
System Red Green Blue C M Y K H S L
Decimal 158 148 88 0 0.06 0.44 0.38 51.43 0.28 0.48
Hex 9E 94 58 0 6 2C 26 33 1C 30
Octal 236 224 130 0 6 54 46 63 34 60
Binary 10011110 10010100 1011000 0 110 101100 100110 110011 11100 110000

Color Harmonies of #9E9458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E9458

Black with #9E9458

Text Example


Text Example

White with #9E9458

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,148,88); }

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

background-color css

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

 a { background-color: rgb(158,148,88); }

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

border-color css

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

 span { border-color: rgb(158,148,88); }

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