Html Css Color HEX #89998B Envy

📋 copy color: '#89998B'

red 137 ◦ green 153 ◦ blue 139

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

Shades of Envy #89998B

Tints of Envy #89998B

RGB

 RED value IS 137 (53.91% from 255) = 31.93%

 GREEN value IS 153 (60.16% from 255) = 35.66%

 BLUE value IS 139 (54.69% from 255) = 32.4%

R = 31.93%
G = 35.66%
B = 32.4%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.09

 K value IS 0.4

RGB Variations

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

Color information

#89998B (or 0x89998B) is known color: Envy. HEX triplet: 89, 99 and 8B. RGB value is (137,153,139). Sum of RGB (Red+Green+Blue) = 137+153+139=429 (56% of max value = 765). Red value is 137 (53.91% from 255 or 31.93% from 429); Green value is 153 (60.16% from 255 or 35.66% from 429); Blue value is 139 (54.69% from 255 or 32.40% from 429); Max value from RGB is 153 - color contains mainly: green. Hex color #89998B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89998B is #766674. Grayscale: #929292. Windows color (decimal): -7759477 or 9148809. OLE color: 9148809.

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

Color convert

RGB 137 153 139 -
CMYK 0.10 0 0.09 0.4
HSL 127.5º 0.07% 0.57% -
HSV(B) 127.5º 0.1% 0.6% -
XYZ 26.37 29.96 28.82 -
YUV 146.62 123.7 121.14 -
System Red Green Blue C M Y K H S L
Decimal 137 153 139 0.10 0 0.09 0.4 127.5 0.07 0.57
Hex 89 99 8B A 0 9 28 80 7 39
Octal 211 231 213 12 0 11 50 200 7 71
Binary 10001001 10011001 10001011 1010 0 1001 101000 10000000 111 111001

Color Harmonies of #89998B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89998B

Black with #89998B

Text Example


Text Example

White with #89998B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89998B; }

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

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

background-color css

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

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

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

border-color css

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

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

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