Html Css Color HEX #88918A Envy

📋 copy color: '#88918A'

red 136 ◦ green 145 ◦ blue 138

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

Shades of Envy #88918A

Tints of Envy #88918A

RGB

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

 GREEN value IS 145 (57.03% from 255) = 34.61%

 BLUE value IS 138 (54.3% from 255) = 32.94%

R = 32.46%
G = 34.61%
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

#88918A (or 0x88918A) is known color: Envy. HEX triplet: 88, 91 and 8A. RGB value is (136,145,138). Sum of RGB (Red+Green+Blue) = 136+145+138=419 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.46% from 419); Green value is 145 (57.03% from 255 or 34.61% from 419); Blue value is 138 (54.30% from 255 or 32.94% from 419); Max value from RGB is 145 - color contains mainly: green. Hex color #88918A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88918A is #776E75. Grayscale: #8D8D8D. Windows color (decimal): -7827062 or 9081224. OLE color: 9081224.

HSL color Cylindrical-coordinate representation of color #88918A: 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 #88918A is Cyan = 0.06, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.43.

Color convert

RGB 136 145 138 -
CMYK 0.06 0 0.05 0.43
HSL 133.33º 0.04% 0.55% -
HSV(B) 133.33º 0.06% 0.57% -
XYZ 24.87 27.32 28.01 -
YUV 141.51 126.02 124.07 -
System Red Green Blue C M Y K H S L
Decimal 136 145 138 0.06 0 0.05 0.43 133.33 0.04 0.55
Hex 88 91 8A 6 0 5 2B 85 4 37
Octal 210 221 212 6 0 5 53 205 4 67
Binary 10001000 10010001 10001010 110 0 101 101011 10000101 100 110111

Color Harmonies of #88918A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88918A

Black with #88918A

Text Example


Text Example

White with #88918A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88918A; }

 p { color: rgb(136,145,138); }

 H1.HeaderClassName
 {
   color: #88918A;
 }
 .AnyTagClassName
 {
   color: #88918A;
 }
</style>

background-color css

<style>
 a { background-color: #88918A; }

 a { background-color: rgb(136,145,138); }

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

border-color css

<style>
 span { border-color: #88918A; }

 span { border-color: rgb(136,145,138); }

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