Html Css Color HEX #89908B Envy

📋 copy color: '#89908B'

red 137 ◦ green 144 ◦ blue 139

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

Shades of Envy #89908B

Tints of Envy #89908B

RGB

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

 GREEN value IS 144 (56.64% from 255) = 34.29%

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

R = 32.62%
G = 34.29%
B = 33.1%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.03

 K value IS 0.44

RGB Variations

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

Color information

#89908B (or 0x89908B) is known color: Envy. HEX triplet: 89, 90 and 8B. RGB value is (137,144,139). Sum of RGB (Red+Green+Blue) = 137+144+139=420 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.62% from 420); Green value is 144 (56.64% from 255 or 34.29% from 420); Blue value is 139 (54.69% from 255 or 33.10% from 420); Max value from RGB is 144 - color contains mainly: green. Hex color #89908B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89908B is #766F74. Grayscale: #8D8D8D. Windows color (decimal): -7761781 or 9146505. OLE color: 9146505.

HSL color Cylindrical-coordinate representation of color #89908B: hue angle of 137.14º degrees, saturation: 0.03, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #89908B is Cyan = 0.05, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.44.

Color convert

RGB 137 144 139 -
CMYK 0.05 0 0.03 0.44
HSL 137.14º 0.03% 0.55% -
HSV(B) 137.14º 0.05% 0.56% -
XYZ 24.95 27.13 28.35 -
YUV 141.34 126.68 124.91 -
System Red Green Blue C M Y K H S L
Decimal 137 144 139 0.05 0 0.03 0.44 137.14 0.03 0.55
Hex 89 90 8B 5 0 3 2C 89 3 37
Octal 211 220 213 5 0 3 54 211 3 67
Binary 10001001 10010000 10001011 101 0 11 101100 10001001 11 110111

Color Harmonies of #89908B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89908B

Black with #89908B

Text Example


Text Example

White with #89908B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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