Html Css Color HEX #989586 Grey Olive

📋 copy color: '#989586'

red 152 ◦ green 149 ◦ blue 134

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

Shades of Grey Olive #989586

Tints of Grey Olive #989586

RGB

 RED value IS 152 (59.77% from 255) = 34.94%

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

 BLUE value IS 134 (52.73% from 255) = 30.8%

R = 34.94%
G = 34.25%
B = 30.8%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.12

 K value IS 0.40

RGB Variations

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

Color information

#989586 (or 0x989586) is known color: Grey Olive. HEX triplet: 98, 95 and 86. RGB value is (152,149,134). Sum of RGB (Red+Green+Blue) = 152+149+134=435 (57% of max value = 765). Red value is 152 (59.77% from 255 or 34.94% from 435); Green value is 149 (58.59% from 255 or 34.25% from 435); Blue value is 134 (52.73% from 255 or 30.80% from 435); Max value from RGB is 152 - color contains mainly: red. Hex color #989586 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989586 is #676A79. Grayscale: #949494. Windows color (decimal): -6777466 or 8820120. OLE color: 8820120.

HSL color Cylindrical-coordinate representation of color #989586: hue angle of 50º degrees, saturation: 0.08, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #989586 is Cyan = 0, Magento = 0.02, Yellow = 0.12 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 149 134 -
CMYK 0 0.02 0.12 0.40
HSL 50º 0.08% 0.56% -
HSV(B) 50º 0.12% 0.6% -
XYZ 28 29.89 26.85 -
YUV 148.19 119.99 130.72 -
System Red Green Blue C M Y K H S L
Decimal 152 149 134 0 0.02 0.12 0.40 50 0.08 0.56
Hex 98 95 86 0 2 C 28 32 8 38
Octal 230 225 206 0 2 14 50 62 10 70
Binary 10011000 10010101 10000110 0 10 1100 101000 110010 1000 111000

Color Harmonies of #989586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989586

Black with #989586

Text Example


Text Example

White with #989586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #989586; }

 p { color: rgb(152,149,134); }

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

background-color css

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

 a { background-color: rgb(152,149,134); }

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

border-color css

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

 span { border-color: rgb(152,149,134); }

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