Html Css Color HEX #9E9983 Grey Olive

📋 copy color: '#9E9983'

red 158 ◦ green 153 ◦ blue 131

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

Shades of Grey Olive #9E9983

Tints of Grey Olive #9E9983

RGB

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

 GREEN value IS 153 (60.16% from 255) = 34.62%

 BLUE value IS 131 (51.56% from 255) = 29.64%

R = 35.75%
G = 34.62%
B = 29.64%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.17

 K value IS 0.38

RGB Variations

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

Color information

#9E9983 (or 0x9E9983) is known color: Grey Olive. HEX triplet: 9E, 99 and 83. RGB value is (158,153,131). Sum of RGB (Red+Green+Blue) = 158+153+131=442 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.75% from 442); Green value is 153 (60.16% from 255 or 34.62% from 442); Blue value is 131 (51.56% from 255 or 29.64% from 442); Max value from RGB is 158 - color contains mainly: red. Hex color #9E9983 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E9983 is #61667C. Grayscale: #989898. Windows color (decimal): -6383229 or 8624542. OLE color: 8624542.

HSL color Cylindrical-coordinate representation of color #9E9983: hue angle of 48.89º degrees, saturation: 0.12, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9E9983 is Cyan = 0, Magento = 0.03, Yellow = 0.17 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 153 131 -
CMYK 0 0.03 0.17 0.38
HSL 48.89º 0.12% 0.57% -
HSV(B) 48.89º 0.17% 0.62% -
XYZ 29.59 31.69 26.03 -
YUV 151.99 116.16 132.29 -
System Red Green Blue C M Y K H S L
Decimal 158 153 131 0 0.03 0.17 0.38 48.89 0.12 0.57
Hex 9E 99 83 0 3 11 26 31 C 39
Octal 236 231 203 0 3 21 46 61 14 71
Binary 10011110 10011001 10000011 0 11 10001 100110 110001 1100 111001

Color Harmonies of #9E9983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E9983

Black with #9E9983

Text Example


Text Example

White with #9E9983

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,153,131); }

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

background-color css

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

 a { background-color: rgb(158,153,131); }

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

border-color css

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

 span { border-color: rgb(158,153,131); }

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