Html Css Color HEX #89988B Envy

📋 copy color: '#89988B'

red 137 ◦ green 152 ◦ blue 139

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

Shades of Envy #89988B

Tints of Envy #89988B

RGB

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

 GREEN value IS 152 (59.77% from 255) = 35.51%

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

R = 32.01%
G = 35.51%
B = 32.48%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.09

 K value IS 0.40

RGB Variations

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

Color information

#89988B (or 0x89988B) is known color: Envy. HEX triplet: 89, 98 and 8B. RGB value is (137,152,139). Sum of RGB (Red+Green+Blue) = 137+152+139=428 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.01% from 428); Green value is 152 (59.77% from 255 or 35.51% from 428); Blue value is 139 (54.69% from 255 or 32.48% from 428); Max value from RGB is 152 - color contains mainly: green. Hex color #89988B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89988B is #766774. Grayscale: #929292. Windows color (decimal): -7759733 or 9148553. OLE color: 9148553.

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

Color convert

RGB 137 152 139 -
CMYK 0.10 0 0.09 0.40
HSL 128º 0.07% 0.57% -
HSV(B) 128º 0.1% 0.6% -
XYZ 26.2 29.64 28.77 -
YUV 146.03 124.03 121.56 -
System Red Green Blue C M Y K H S L
Decimal 137 152 139 0.10 0 0.09 0.40 128 0.07 0.57
Hex 89 98 8B A 0 9 28 80 7 39
Octal 211 230 213 12 0 11 50 200 7 71
Binary 10001001 10011000 10001011 1010 0 1001 101000 10000000 111 111001

Color Harmonies of #89988B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89988B

Black with #89988B

Text Example


Text Example

White with #89988B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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