Html Css Color HEX #88998A Envy

📋 copy color: '#88998A'

red 136 ◦ green 153 ◦ blue 138

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

Shades of Envy #88998A

Tints of Envy #88998A

RGB

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

 GREEN value IS 153 (60.16% from 255) = 35.83%

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

R = 31.85%
G = 35.83%
B = 32.32%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.10

 K value IS 0.4

RGB Variations

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

Color information

#88998A (or 0x88998A) is known color: Envy. HEX triplet: 88, 99 and 8A. RGB value is (136,153,138). Sum of RGB (Red+Green+Blue) = 136+153+138=427 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.85% from 427); Green value is 153 (60.16% from 255 or 35.83% from 427); Blue value is 138 (54.30% from 255 or 32.32% from 427); Max value from RGB is 153 - color contains mainly: green. Hex color #88998A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88998A is #776675. Grayscale: #929292. Windows color (decimal): -7825014 or 9083272. OLE color: 9083272.

HSL color Cylindrical-coordinate representation of color #88998A: hue angle of 127.06º degrees, saturation: 0.08, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #88998A is Cyan = 0.11, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.4.

Color convert

RGB 136 153 138 -
CMYK 0.11 0 0.10 0.4
HSL 127.06º 0.08% 0.57% -
HSV(B) 127.06º 0.11% 0.6% -
XYZ 26.13 29.85 28.43 -
YUV 146.21 123.37 120.72 -
System Red Green Blue C M Y K H S L
Decimal 136 153 138 0.11 0 0.10 0.4 127.06 0.08 0.57
Hex 88 99 8A B 0 A 28 7F 8 39
Octal 210 231 212 13 0 12 50 177 10 71
Binary 10001000 10011001 10001010 1011 0 1010 101000 1111111 1000 111001

Color Harmonies of #88998A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88998A

Black with #88998A

Text Example


Text Example

White with #88998A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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