Html Css Color HEX #889E8E Envy

📋 copy color: '#889E8E'

red 136 ◦ green 158 ◦ blue 142

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

Shades of Envy #889E8E

Tints of Envy #889E8E

RGB

 RED value IS 136 (53.52% from 255) = 31.19%

 GREEN value IS 158 (62.11% from 255) = 36.24%

 BLUE value IS 142 (55.86% from 255) = 32.57%

R = 31.19%
G = 36.24%
B = 32.57%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.10

 K value IS 0.38

RGB Variations

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

Color information

#889E8E (or 0x889E8E) is known color: Envy. HEX triplet: 88, 9E and 8E. RGB value is (136,158,142). Sum of RGB (Red+Green+Blue) = 136+158+142=436 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.19% from 436); Green value is 158 (62.11% from 255 or 36.24% from 436); Blue value is 142 (55.86% from 255 or 32.57% from 436); Max value from RGB is 158 - color contains mainly: green. Hex color #889E8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889E8E is #776171. Grayscale: #959595. Windows color (decimal): -7823730 or 9346696. OLE color: 9346696.

HSL color Cylindrical-coordinate representation of color #889E8E: hue angle of 136.36º degrees, saturation: 0.1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #889E8E is Cyan = 0.14, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.38.

Color convert

RGB 136 158 142 -
CMYK 0.14 0 0.10 0.38
HSL 136.36º 0.1% 0.58% -
HSV(B) 136.36º 0.14% 0.62% -
XYZ 27.26 31.64 30.26 -
YUV 149.6 123.71 118.3 -
System Red Green Blue C M Y K H S L
Decimal 136 158 142 0.14 0 0.10 0.38 136.36 0.1 0.58
Hex 88 9E 8E E 0 A 26 88 A 3A
Octal 210 236 216 16 0 12 46 210 12 72
Binary 10001000 10011110 10001110 1110 0 1010 100110 10001000 1010 111010

Color Harmonies of #889E8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889E8E

Black with #889E8E

Text Example


Text Example

White with #889E8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #889E8E; }

 p { color: rgb(136,158,142); }

 H1.HeaderClassName
 {
   color: #889E8E;
 }
 .AnyTagClassName
 {
   color: #889E8E;
 }
</style>

background-color css

<style>
 a { background-color: #889E8E; }

 a { background-color: rgb(136,158,142); }

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

border-color css

<style>
 span { border-color: #889E8E; }

 span { border-color: rgb(136,158,142); }

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