Html Css Color HEX #88998D Envy

📋 copy color: '#88998D'

red 136 ◦ green 153 ◦ blue 141

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

Shades of Envy #88998D

Tints of Envy #88998D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 32.79%

R = 31.63%
G = 35.58%
B = 32.79%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.08

 K value IS 0.4

RGB Variations

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

Color information

#88998D (or 0x88998D) is known color: Envy. HEX triplet: 88, 99 and 8D. RGB value is (136,153,141). Sum of RGB (Red+Green+Blue) = 136+153+141=430 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.63% from 430); Green value is 153 (60.16% from 255 or 35.58% from 430); Blue value is 141 (55.47% from 255 or 32.79% from 430); Max value from RGB is 153 - color contains mainly: green. Hex color #88998D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88998D is #776672. Grayscale: #929292. Windows color (decimal): -7825011 or 9279880. OLE color: 9279880.

HSL color Cylindrical-coordinate representation of color #88998D: hue angle of 137.65º 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 #88998D is Cyan = 0.11, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.4.

Color convert

RGB 136 153 141 -
CMYK 0.11 0 0.08 0.4
HSL 137.65º 0.08% 0.57% -
HSV(B) 137.65º 0.11% 0.6% -
XYZ 26.35 29.94 29.59 -
YUV 146.55 124.87 120.48 -
System Red Green Blue C M Y K H S L
Decimal 136 153 141 0.11 0 0.08 0.4 137.65 0.08 0.57
Hex 88 99 8D B 0 8 28 8A 8 39
Octal 210 231 215 13 0 10 50 212 10 71
Binary 10001000 10011001 10001101 1011 0 1000 101000 10001010 1000 111001

Color Harmonies of #88998D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88998D

Black with #88998D

Text Example


Text Example

White with #88998D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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