Html Css Color HEX #88938B Envy

📋 copy color: '#88938B'

red 136 ◦ green 147 ◦ blue 139

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

Shades of Envy #88938B

Tints of Envy #88938B

RGB

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

 GREEN value IS 147 (57.81% from 255) = 34.83%

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

R = 32.23%
G = 34.83%
B = 32.94%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#88938B (or 0x88938B) is known color: Envy. HEX triplet: 88, 93 and 8B. RGB value is (136,147,139). Sum of RGB (Red+Green+Blue) = 136+147+139=422 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.23% from 422); Green value is 147 (57.81% from 255 or 34.83% from 422); Blue value is 139 (54.69% from 255 or 32.94% from 422); Max value from RGB is 147 - color contains mainly: green. Hex color #88938B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88938B is #776C74. Grayscale: #8E8E8E. Windows color (decimal): -7826549 or 9147272. OLE color: 9147272.

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

Color convert

RGB 136 147 139 -
CMYK 0.07 0 0.05 0.42
HSL 136.36º 0.05% 0.55% -
HSV(B) 136.36º 0.07% 0.58% -
XYZ 25.25 27.97 28.49 -
YUV 142.8 125.86 123.15 -
System Red Green Blue C M Y K H S L
Decimal 136 147 139 0.07 0 0.05 0.42 136.36 0.05 0.55
Hex 88 93 8B 7 0 5 2A 88 5 37
Octal 210 223 213 7 0 5 52 210 5 67
Binary 10001000 10010011 10001011 111 0 101 101010 10001000 101 110111

Color Harmonies of #88938B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88938B

Black with #88938B

Text Example


Text Example

White with #88938B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,147,139); }

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

background-color css

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

 a { background-color: rgb(136,147,139); }

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

border-color css

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

 span { border-color: rgb(136,147,139); }

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