Html Css Color HEX #88A988 Envy

📋 copy color: '#88A988'

red 136 ◦ green 169 ◦ blue 136

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

Shades of Envy #88A988

Tints of Envy #88A988

RGB

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

 GREEN value IS 169 (66.41% from 255) = 38.32%

 BLUE value IS 136 (53.52% from 255) = 30.84%

R = 30.84%
G = 38.32%
B = 30.84%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.20

 K value IS 0.34

RGB Variations

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

Color information

#88A988 (or 0x88A988) is known color: Envy. HEX triplet: 88, A9 and 88. RGB value is (136,169,136). Sum of RGB (Red+Green+Blue) = 136+169+136=441 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.84% from 441); Green value is 169 (66.41% from 255 or 38.32% from 441); Blue value is 136 (53.52% from 255 or 30.84% from 441); Max value from RGB is 169 - color contains mainly: green. Hex color #88A988 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88A988 is #775677. Grayscale: #9B9B9B. Windows color (decimal): -7820920 or 8956296. OLE color: 8956296.

HSL color Cylindrical-coordinate representation of color #88A988: hue angle of 120º degrees, saturation: 0.16, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #88A988 is Cyan = 0.20, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.34.

Color convert

RGB 136 169 136 -
CMYK 0.20 0 0.20 0.34
HSL 120º 0.16% 0.6% -
HSV(B) 120º 0.2% 0.66% -
XYZ 28.79 35.39 28.61 -
YUV 155.37 117.07 114.18 -
System Red Green Blue C M Y K H S L
Decimal 136 169 136 0.20 0 0.20 0.34 120 0.16 0.6
Hex 88 A9 88 14 0 14 22 78 10 3C
Octal 210 251 210 24 0 24 42 170 20 74
Binary 10001000 10101001 10001000 10100 0 10100 100010 1111000 10000 111100

Color Harmonies of #88A988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88A988

Black with #88A988

Text Example


Text Example

White with #88A988

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,169,136); }

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

background-color css

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

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

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

border-color css

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

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

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