Html Css Color HEX #988484 Opium

📋 copy color: '#988484'

red 152 ◦ green 132 ◦ blue 132

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

Shades of Opium #988484

Tints of Opium #988484

RGB

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

 GREEN value IS 132 (51.95% from 255) = 31.73%

 BLUE value IS 132 (51.95% from 255) = 31.73%

R = 36.54%
G = 31.73%
B = 31.73%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.13

 K value IS 0.40

RGB Variations

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

Color information

#988484 (or 0x988484) is known color: Opium. HEX triplet: 98, 84 and 84. RGB value is (152,132,132). Sum of RGB (Red+Green+Blue) = 152+132+132=416 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.54% from 416); Green value is 132 (51.95% from 255 or 31.73% from 416); Blue value is 132 (51.95% from 255 or 31.73% from 416); Max value from RGB is 152 - color contains mainly: red. Hex color #988484 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988484 is #677B7B. Grayscale: #8A8A8A. Windows color (decimal): -6781820 or 8684696. OLE color: 8684696.

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

Color convert

RGB 152 132 132 -
CMYK 0 0.13 0.13 0.40
HSL 0.09% 0.56% -
HSV(B) 0.13% 0.6% -
XYZ 25.37 24.84 25.29 -
YUV 137.98 124.63 138 -
System Red Green Blue C M Y K H S L
Decimal 152 132 132 0 0.13 0.13 0.40 0 0.09 0.56
Hex 98 84 84 0 D D 28 0 9 38
Octal 230 204 204 0 15 15 50 0 11 70
Binary 10011000 10000100 10000100 0 1101 1101 101000 0 1001 111000

Color Harmonies of #988484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988484

Black with #988484

Text Example


Text Example

White with #988484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988484; }

 p { color: rgb(152,132,132); }

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

background-color css

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

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

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

border-color css

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

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

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