Html Css Color HEX #988382 Opium

📋 copy color: '#988382'

red 152 ◦ green 131 ◦ blue 130

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

Shades of Opium #988382

Tints of Opium #988382

RGB

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

 GREEN value IS 131 (51.56% from 255) = 31.72%

 BLUE value IS 130 (51.17% from 255) = 31.48%

R = 36.8%
G = 31.72%
B = 31.48%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.14

 K value IS 0.40

RGB Variations

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

Color information

#988382 (or 0x988382) is known color: Opium. HEX triplet: 98, 83 and 82. RGB value is (152,131,130). Sum of RGB (Red+Green+Blue) = 152+131+130=413 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.80% from 413); Green value is 131 (51.56% from 255 or 31.72% from 413); Blue value is 130 (51.17% from 255 or 31.48% from 413); Max value from RGB is 152 - color contains mainly: red. Hex color #988382 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988382 is #677C7D. Grayscale: #898989. Windows color (decimal): -6782078 or 8553368. OLE color: 8553368.

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

Color convert

RGB 152 131 130 -
CMYK 0 0.14 0.14 0.40
HSL 2.73º 0.1% 0.55% -
HSV(B) 2.73º 0.14% 0.6% -
XYZ 25.09 24.52 24.53 -
YUV 137.17 123.96 138.58 -
System Red Green Blue C M Y K H S L
Decimal 152 131 130 0 0.14 0.14 0.40 2.73 0.1 0.55
Hex 98 83 82 0 E E 28 3 A 37
Octal 230 203 202 0 16 16 50 3 12 67
Binary 10011000 10000011 10000010 0 1110 1110 101000 11 1010 110111

Color Harmonies of #988382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988382

Black with #988382

Text Example


Text Example

White with #988382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988382; }

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

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

background-color css

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

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

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

border-color css

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

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

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