Html Css Color HEX #989580 Grey Olive

📋 copy color: '#989580'

red 152 ◦ green 149 ◦ blue 128

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

Shades of Grey Olive #989580

Tints of Grey Olive #989580

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 29.84%

R = 35.43%
G = 34.73%
B = 29.84%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.16

 K value IS 0.40

RGB Variations

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

Color information

#989580 (or 0x989580) is known color: Grey Olive. HEX triplet: 98, 95 and 80. RGB value is (152,149,128). Sum of RGB (Red+Green+Blue) = 152+149+128=429 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.43% from 429); Green value is 149 (58.59% from 255 or 34.73% from 429); Blue value is 128 (50.39% from 255 or 29.84% from 429); Max value from RGB is 152 - color contains mainly: red. Hex color #989580 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989580 is #676A7F. Grayscale: #939393. Windows color (decimal): -6777472 or 8426904. OLE color: 8426904.

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

Color convert

RGB 152 149 128 -
CMYK 0 0.02 0.16 0.40
HSL 52.5º 0.1% 0.55% -
HSV(B) 52.5º 0.16% 0.6% -
XYZ 27.59 29.73 24.71 -
YUV 147.5 116.99 131.21 -
System Red Green Blue C M Y K H S L
Decimal 152 149 128 0 0.02 0.16 0.40 52.5 0.1 0.55
Hex 98 95 80 0 2 10 28 34 A 37
Octal 230 225 200 0 2 20 50 64 12 67
Binary 10011000 10010101 10000000 0 10 10000 101000 110100 1010 110111

Color Harmonies of #989580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989580

Black with #989580

Text Example


Text Example

White with #989580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #989580; }

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

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

background-color css

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

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

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

border-color css

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

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

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