Html Css Color HEX #9E9552 Husk

📋 copy color: '#9E9552'

red 158 ◦ green 149 ◦ blue 82

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

Shades of Husk #9E9552

Tints of Husk #9E9552

RGB

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

 GREEN value IS 149 (58.59% from 255) = 38.3%

 BLUE value IS 82 (32.42% from 255) = 21.08%

R = 40.62%
G = 38.3%
B = 21.08%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.48

 K value IS 0.38

RGB Variations

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

Color information

#9E9552 (or 0x9E9552) is known color: Husk. HEX triplet: 9E, 95 and 52. RGB value is (158,149,82). Sum of RGB (Red+Green+Blue) = 158+149+82=389 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.62% from 389); Green value is 149 (58.59% from 255 or 38.30% from 389); Blue value is 82 (32.42% from 255 or 21.08% from 389); Max value from RGB is 158 - color contains mainly: red. Hex color #9E9552 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E9552 is #616AAD. Grayscale: #909090. Windows color (decimal): -6384302 or 5412254. OLE color: 5412254.

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

Color convert

RGB 158 149 82 -
CMYK 0 0.06 0.48 0.38
HSL 52.89º 0.32% 0.47% -
HSV(B) 52.89º 0.48% 0.62% -
XYZ 26.37 29.37 12.26 -
YUV 144.05 92.98 137.95 -
System Red Green Blue C M Y K H S L
Decimal 158 149 82 0 0.06 0.48 0.38 52.89 0.32 0.47
Hex 9E 95 52 0 6 30 26 35 20 2F
Octal 236 225 122 0 6 60 46 65 40 57
Binary 10011110 10010101 1010010 0 110 110000 100110 110101 100000 101111

Color Harmonies of #9E9552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E9552

Black with #9E9552

Text Example


Text Example

White with #9E9552

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,149,82); }

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

background-color css

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

 a { background-color: rgb(158,149,82); }

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

border-color css

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

 span { border-color: rgb(158,149,82); }

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