Html Css Color HEX #88A18C Envy

📋 copy color: '#88A18C'

red 136 ◦ green 161 ◦ blue 140

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

Shades of Envy #88A18C

Tints of Envy #88A18C

RGB

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

 GREEN value IS 161 (63.28% from 255) = 36.84%

 BLUE value IS 140 (55.08% from 255) = 32.04%

R = 31.12%
G = 36.84%
B = 32.04%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.13

 K value IS 0.37

RGB Variations

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

Color information

#88A18C (or 0x88A18C) is known color: Envy. HEX triplet: 88, A1 and 8C. RGB value is (136,161,140). Sum of RGB (Red+Green+Blue) = 136+161+140=437 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.12% from 437); Green value is 161 (63.28% from 255 or 36.84% from 437); Blue value is 140 (55.08% from 255 or 32.04% from 437); Max value from RGB is 161 - color contains mainly: green. Hex color #88A18C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88A18C is #775E73. Grayscale: #979797. Windows color (decimal): -7822964 or 9216392. OLE color: 9216392.

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

Color convert

RGB 136 161 140 -
CMYK 0.16 0 0.13 0.37
HSL 129.6º 0.12% 0.58% -
HSV(B) 129.6º 0.16% 0.63% -
XYZ 27.63 32.62 29.65 -
YUV 151.13 121.72 117.21 -
System Red Green Blue C M Y K H S L
Decimal 136 161 140 0.16 0 0.13 0.37 129.6 0.12 0.58
Hex 88 A1 8C 10 0 D 25 82 C 3A
Octal 210 241 214 20 0 15 45 202 14 72
Binary 10001000 10100001 10001100 10000 0 1101 100101 10000010 1100 111010

Color Harmonies of #88A18C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88A18C

Black with #88A18C

Text Example


Text Example

White with #88A18C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,161,140); }

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

background-color css

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

 a { background-color: rgb(136,161,140); }

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

border-color css

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

 span { border-color: rgb(136,161,140); }

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