Html Css Color HEX #989482 Grey Olive

📋 copy color: '#989482'

red 152 ◦ green 148 ◦ blue 130

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

Shades of Grey Olive #989482

Tints of Grey Olive #989482

RGB

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

 GREEN value IS 148 (58.2% 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 value IS 0

 M value IS 0.03

 Y value IS 0.14

 K value IS 0.40

RGB Variations

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

Color information

#989482 (or 0x989482) is known color: 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

RGB 152 148 130 -
CMYK 0 0.03 0.14 0.40
HSL 49.09º 0.1% 0.55% -
HSV(B) 49.09º 0.14% 0.6% -
XYZ 27.57 29.47 25.35 -
YUV 147.14 118.33 131.46 -
System Red Green Blue C M Y K H S L
Decimal 152 148 130 0 0.03 0.14 0.40 49.09 0.1 0.55
Hex 98 94 82 0 3 E 28 31 A 37
Octal 230 224 202 0 3 16 50 61 12 67
Binary 10011000 10010100 10000010 0 11 1110 101000 110001 1010 110111

Color Harmonies of #989482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989482

Black with #989482

Text Example


Text Example

White with #989482

Text Example


Text Example

HTML Codes & Css Web 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>