Html Css Color HEX #9E9B82 Grey Olive

📋 copy color: '#9E9B82'

red 158 ◦ green 155 ◦ blue 130

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

Shades of Grey Olive #9E9B82

Tints of Grey Olive #9E9B82

RGB

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

 GREEN value IS 155 (60.94% from 255) = 34.99%

 BLUE value IS 130 (51.17% from 255) = 29.35%

R = 35.67%
G = 34.99%
B = 29.35%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.18

 K value IS 0.38

RGB Variations

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

Color information

#9E9B82 (or 0x9E9B82) is known color: Grey Olive. HEX triplet: 9E, 9B and 82. RGB value is (158,155,130). Sum of RGB (Red+Green+Blue) = 158+155+130=443 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.67% from 443); Green value is 155 (60.94% from 255 or 34.99% from 443); Blue value is 130 (51.17% from 255 or 29.35% from 443); Max value from RGB is 158 - color contains mainly: red. Hex color #9E9B82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E9B82 is #61647D. Grayscale: #999999. Windows color (decimal): -6382718 or 8559518. OLE color: 8559518.

HSL color Cylindrical-coordinate representation of color #9E9B82: hue angle of 53.57º degrees, saturation: 0.13, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9E9B82 is Cyan = 0, Magento = 0.02, Yellow = 0.18 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 155 130 -
CMYK 0 0.02 0.18 0.38
HSL 53.57º 0.13% 0.56% -
HSV(B) 53.57º 0.18% 0.62% -
XYZ 29.85 32.32 25.78 -
YUV 153.05 114.99 131.53 -
System Red Green Blue C M Y K H S L
Decimal 158 155 130 0 0.02 0.18 0.38 53.57 0.13 0.56
Hex 9E 9B 82 0 2 12 26 36 D 38
Octal 236 233 202 0 2 22 46 66 15 70
Binary 10011110 10011011 10000010 0 10 10010 100110 110110 1101 111000

Color Harmonies of #9E9B82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E9B82

Black with #9E9B82

Text Example


Text Example

White with #9E9B82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,155,130); }

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

background-color css

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

 a { background-color: rgb(158,155,130); }

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

border-color css

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

 span { border-color: rgb(158,155,130); }

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