Html Css Color HEX #89928B Envy

📋 copy color: '#89928B'

red 137 ◦ green 146 ◦ blue 139

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

Shades of Envy #89928B

Tints of Envy #89928B

RGB

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

 GREEN value IS 146 (57.42% from 255) = 34.6%

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

R = 32.46%
G = 34.6%
B = 32.94%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.05

 K value IS 0.43

RGB Variations

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

Color information

#89928B (or 0x89928B) is known color: Envy. HEX triplet: 89, 92 and 8B. RGB value is (137,146,139). Sum of RGB (Red+Green+Blue) = 137+146+139=422 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.46% from 422); Green value is 146 (57.42% from 255 or 34.60% from 422); Blue value is 139 (54.69% from 255 or 32.94% from 422); Max value from RGB is 146 - color contains mainly: green. Hex color #89928B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89928B is #766D74. Grayscale: #8E8E8E. Windows color (decimal): -7761269 or 9147017. OLE color: 9147017.

HSL color Cylindrical-coordinate representation of color #89928B: hue angle of 133.33º degrees, saturation: 0.04, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #89928B is Cyan = 0.06, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.43.

Color convert

RGB 137 146 139 -
CMYK 0.06 0 0.05 0.43
HSL 133.33º 0.04% 0.55% -
HSV(B) 133.33º 0.06% 0.57% -
XYZ 25.26 27.74 28.45 -
YUV 142.51 126.02 124.07 -
System Red Green Blue C M Y K H S L
Decimal 137 146 139 0.06 0 0.05 0.43 133.33 0.04 0.55
Hex 89 92 8B 6 0 5 2B 85 4 37
Octal 211 222 213 6 0 5 53 205 4 67
Binary 10001001 10010010 10001011 110 0 101 101011 10000101 100 110111

Color Harmonies of #89928B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89928B

Black with #89928B

Text Example


Text Example

White with #89928B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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