Html Css Color HEX #989380 Grey Olive

📋 copy color: '#989380'

red 152 ◦ green 147 ◦ blue 128

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

Shades of Grey Olive #989380

Tints of Grey Olive #989380

RGB

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

 GREEN value IS 147 (57.81% from 255) = 34.43%

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

R = 35.6%
G = 34.43%
B = 29.98%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.16

 K value IS 0.40

RGB Variations

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

Color information

#989380 (or 0x989380) is known color: Grey Olive. HEX triplet: 98, 93 and 80. RGB value is (152,147,128). Sum of RGB (Red+Green+Blue) = 152+147+128=427 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.60% from 427); Green value is 147 (57.81% from 255 or 34.43% from 427); Blue value is 128 (50.39% from 255 or 29.98% from 427); Max value from RGB is 152 - color contains mainly: red. Hex color #989380 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989380 is #676C7F. Grayscale: #929292. Windows color (decimal): -6777984 or 8426392. OLE color: 8426392.

HSL color Cylindrical-coordinate representation of color #989380: hue angle of 47.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 #989380 is Cyan = 0, Magento = 0.03, Yellow = 0.16 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 147 128 -
CMYK 0 0.03 0.16 0.40
HSL 47.5º 0.1% 0.55% -
HSV(B) 47.5º 0.16% 0.6% -
XYZ 27.28 29.1 24.6 -
YUV 146.33 117.66 132.04 -
System Red Green Blue C M Y K H S L
Decimal 152 147 128 0 0.03 0.16 0.40 47.5 0.1 0.55
Hex 98 93 80 0 3 10 28 30 A 37
Octal 230 223 200 0 3 20 50 60 12 67
Binary 10011000 10010011 10000000 0 11 10000 101000 110000 1010 110111

Color Harmonies of #989380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989380

Black with #989380

Text Example


Text Example

White with #989380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #989380; }

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

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

background-color css

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

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

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

border-color css

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

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

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