Html Css Color HEX #9E9855 Husk

📋 copy color: '#9E9855'

red 158 ◦ green 152 ◦ blue 85

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

Shades of Husk #9E9855

Tints of Husk #9E9855

RGB

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

 GREEN value IS 152 (59.77% from 255) = 38.48%

 BLUE value IS 85 (33.59% from 255) = 21.52%

R = 40%
G = 38.48%
B = 21.52%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.46

 K value IS 0.38

RGB Variations

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

Color information

#9E9855 (or 0x9E9855) is known color: Husk. HEX triplet: 9E, 98 and 55. RGB value is (158,152,85). Sum of RGB (Red+Green+Blue) = 158+152+85=395 (52% of max value = 765). Red value is 158 (62.11% from 255 or 40% from 395); Green value is 152 (59.77% from 255 or 38.48% from 395); Blue value is 85 (33.59% from 255 or 21.52% from 395); Max value from RGB is 158 - color contains mainly: red. Hex color #9E9855 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E9855 is #6167AA. Grayscale: #929292. Windows color (decimal): -6383531 or 5609630. OLE color: 5609630.

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

Color convert

RGB 158 152 85 -
CMYK 0 0.04 0.46 0.38
HSL 55.07º 0.3% 0.48% -
HSV(B) 55.07º 0.46% 0.62% -
XYZ 26.97 30.38 13.04 -
YUV 146.16 93.49 136.45 -
System Red Green Blue C M Y K H S L
Decimal 158 152 85 0 0.04 0.46 0.38 55.07 0.3 0.48
Hex 9E 98 55 0 4 2E 26 37 1E 30
Octal 236 230 125 0 4 56 46 67 36 60
Binary 10011110 10011000 1010101 0 100 101110 100110 110111 11110 110000

Color Harmonies of #9E9855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E9855

Black with #9E9855

Text Example


Text Example

White with #9E9855

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,152,85); }

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

background-color css

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

 a { background-color: rgb(158,152,85); }

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

border-color css

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

 span { border-color: rgb(158,152,85); }

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