Html Css Color HEX #89948B Envy

📋 copy color: '#89948B'

red 137 ◦ green 148 ◦ blue 139

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

Shades of Envy #89948B

Tints of Envy #89948B

RGB

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

 GREEN value IS 148 (58.2% from 255) = 34.91%

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

R = 32.31%
G = 34.91%
B = 32.78%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.06

 K value IS 0.42

RGB Variations

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

Color information

#89948B (or 0x89948B) is known color: Envy. HEX triplet: 89, 94 and 8B. RGB value is (137,148,139). Sum of RGB (Red+Green+Blue) = 137+148+139=424 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.31% from 424); Green value is 148 (58.20% from 255 or 34.91% from 424); Blue value is 139 (54.69% from 255 or 32.78% from 424); Max value from RGB is 148 - color contains mainly: green. Hex color #89948B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89948B is #766B74. Grayscale: #8F8F8F. Windows color (decimal): -7760757 or 9147529. OLE color: 9147529.

HSL color Cylindrical-coordinate representation of color #89948B: hue angle of 130.91º degrees, saturation: 0.05, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #89948B is Cyan = 0.07, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.42.

Color convert

RGB 137 148 139 -
CMYK 0.07 0 0.06 0.42
HSL 130.91º 0.05% 0.56% -
HSV(B) 130.91º 0.07% 0.58% -
XYZ 25.57 28.36 28.55 -
YUV 143.69 125.36 123.23 -
System Red Green Blue C M Y K H S L
Decimal 137 148 139 0.07 0 0.06 0.42 130.91 0.05 0.56
Hex 89 94 8B 7 0 6 2A 83 5 38
Octal 211 224 213 7 0 6 52 203 5 70
Binary 10001001 10010100 10001011 111 0 110 101010 10000011 101 111000

Color Harmonies of #89948B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89948B

Black with #89948B

Text Example


Text Example

White with #89948B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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