Html Css Color HEX #88A28D Envy

📋 copy color: '#88A28D'

red 136 ◦ green 162 ◦ blue 141

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

Shades of Envy #88A28D

Tints of Envy #88A28D

RGB

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

 GREEN value IS 162 (63.67% from 255) = 36.9%

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

R = 30.98%
G = 36.9%
B = 32.12%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.13

 K value IS 0.36

RGB Variations

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

Color information

#88A28D (or 0x88A28D) is known color: Envy. HEX triplet: 88, A2 and 8D. RGB value is (136,162,141). Sum of RGB (Red+Green+Blue) = 136+162+141=439 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.98% from 439); Green value is 162 (63.67% from 255 or 36.90% from 439); Blue value is 141 (55.47% from 255 or 32.12% from 439); Max value from RGB is 162 - color contains mainly: green. Hex color #88A28D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88A28D is #775D72. Grayscale: #979797. Windows color (decimal): -7822707 or 9282184. OLE color: 9282184.

HSL color Cylindrical-coordinate representation of color #88A28D: hue angle of 131.54º degrees, saturation: 0.12, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #88A28D is Cyan = 0.16, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.36.

Color convert

RGB 136 162 141 -
CMYK 0.16 0 0.13 0.36
HSL 131.54º 0.12% 0.58% -
HSV(B) 131.54º 0.16% 0.64% -
XYZ 27.88 33 30.1 -
YUV 151.83 121.89 116.71 -
System Red Green Blue C M Y K H S L
Decimal 136 162 141 0.16 0 0.13 0.36 131.54 0.12 0.58
Hex 88 A2 8D 10 0 D 24 84 C 3A
Octal 210 242 215 20 0 15 44 204 14 72
Binary 10001000 10100010 10001101 10000 0 1101 100100 10000100 1100 111010

Color Harmonies of #88A28D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88A28D

Black with #88A28D

Text Example


Text Example

White with #88A28D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88A28D; }

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

 H1.HeaderClassName
 {
   color: #88A28D;
 }
 .AnyTagClassName
 {
   color: #88A28D;
 }
</style>

background-color css

<style>
 a { background-color: #88A28D; }

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

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

border-color css

<style>
 span { border-color: #88A28D; }

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

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