Html Css Color HEX #998988 Opium

📋 copy color: '#998988'

red 153 ◦ green 137 ◦ blue 136

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

Shades of Opium #998988

Tints of Opium #998988

RGB

 RED value IS 153 (60.16% from 255) = 35.92%

 GREEN value IS 137 (53.91% from 255) = 32.16%

 BLUE value IS 136 (53.52% from 255) = 31.92%

R = 35.92%
G = 32.16%
B = 31.92%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.11

 K value IS 0.4

RGB Variations

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

Color information

#998988 (or 0x998988) is known color: Opium. HEX triplet: 99, 89 and 88. RGB value is (153,137,136). Sum of RGB (Red+Green+Blue) = 153+137+136=426 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.92% from 426); Green value is 137 (53.91% from 255 or 32.16% from 426); Blue value is 136 (53.52% from 255 or 31.92% from 426); Max value from RGB is 153 - color contains mainly: red. Hex color #998988 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998988 is #667677. Grayscale: #8D8D8D. Windows color (decimal): -6715000 or 8948121. OLE color: 8948121.

HSL color Cylindrical-coordinate representation of color #998988: hue angle of 3.53º degrees, saturation: 0.08, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #998988 is Cyan = 0, Magento = 0.10, Yellow = 0.11 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 137 136 -
CMYK 0 0.10 0.11 0.4
HSL 3.53º 0.08% 0.57% -
HSV(B) 3.53º 0.11% 0.6% -
XYZ 26.53 26.44 27 -
YUV 141.67 124.8 136.08 -
System Red Green Blue C M Y K H S L
Decimal 153 137 136 0 0.10 0.11 0.4 3.53 0.08 0.57
Hex 99 89 88 0 A B 28 4 8 39
Octal 231 211 210 0 12 13 50 4 10 71
Binary 10011001 10001001 10001000 0 1010 1011 101000 100 1000 111001

Color Harmonies of #998988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998988

Black with #998988

Text Example


Text Example

White with #998988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #998988; }

 p { color: rgb(153,137,136); }

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

background-color css

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

 a { background-color: rgb(153,137,136); }

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

border-color css

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

 span { border-color: rgb(153,137,136); }

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