#989482

Color #989482 Grey Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Grey Olive #989482

Tints of Grey Olive #989482

Color information

#989482 (or 0x989482) is unknown color: approx Grey Olive. HEX triplet: 98, 94 and 82. RGB value is (152,148,130). Sum of RGB (Red+Green+Blue) = 152+148+130=430 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.35% from 430); Green value is 148 (58.20% from 255 or 34.42% from 430); Blue value is 130 (51.17% from 255 or 30.23% from 430); Max value from RGB is 152 - color contains mainly: red. Hex color #989482 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989482 is #676B7D. Grayscale: #939393. Windows color (decimal): -6777726 or 8557720. OLE color: 8557720.

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

Color convert

RGB152148130-
CMYK00.030.140.40
HSL49.09º9.65%55.29%-
HSV(B)49.09º14.47%59.61%-
XYZ27.5729.4725.35-
YUV147.14118.33131.46-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 35.35%
GREEN value IS 148 (58.20% from 255) = 34.42%
BLUE value IS 130 (51.17% from 255) = 30.23%
R=35.35%
G=34.42%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.14
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15214813000.030.140.4049.099.6555.29
Hex98948203E2831a37
Octal230224202031650611267
Binary10011000100101001000001001111101010001100011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #989482; }

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

 H1.HeaderClassName
 {
   color: #989482;
 }
 .AnyTagClassName
 {
   color: #989482;
 }
</style>
background-color css

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

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

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

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

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

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