Html Css Color HEX #989481 Grey Olive

📋 copy color: '#989481'

red 152 ◦ green 148 ◦ blue 129

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

Shades of Grey Olive #989481

Tints of Grey Olive #989481

RGB

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

 GREEN value IS 148 (58.2% from 255) = 34.5%

 BLUE value IS 129 (50.78% from 255) = 30.07%

R = 35.43%
G = 34.5%
B = 30.07%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.15

 K value IS 0.40

RGB Variations

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

Color information

#989481 (or 0x989481) is known color: Grey Olive. HEX triplet: 98, 94 and 81. RGB value is (152,148,129). Sum of RGB (Red+Green+Blue) = 152+148+129=429 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.43% from 429); Green value is 148 (58.20% from 255 or 34.50% from 429); Blue value is 129 (50.78% from 255 or 30.07% from 429); Max value from RGB is 152 - color contains mainly: red. Hex color #989481 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989481 is #676B7E. Grayscale: #939393. Windows color (decimal): -6777727 or 8492184. OLE color: 8492184.

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

Color convert

RGB 152 148 129 -
CMYK 0 0.03 0.15 0.40
HSL 49.57º 0.1% 0.55% -
HSV(B) 49.57º 0.15% 0.6% -
XYZ 27.5 29.44 25 -
YUV 147.03 117.83 131.54 -
System Red Green Blue C M Y K H S L
Decimal 152 148 129 0 0.03 0.15 0.40 49.57 0.1 0.55
Hex 98 94 81 0 3 F 28 32 A 37
Octal 230 224 201 0 3 17 50 62 12 67
Binary 10011000 10010100 10000001 0 11 1111 101000 110010 1010 110111

Color Harmonies of #989481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989481

Black with #989481

Text Example


Text Example

White with #989481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #989481; }

 p { color: rgb(152,148,129); }

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

background-color css

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

 a { background-color: rgb(152,148,129); }

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

border-color css

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

 span { border-color: rgb(152,148,129); }

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