Html Css Color HEX #88A28A Envy

📋 copy color: '#88A28A'

red 136 ◦ green 162 ◦ blue 138

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

Shades of Envy #88A28A

Tints of Envy #88A28A

RGB

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

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

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

R = 31.19%
G = 37.16%
B = 31.65%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#88A28A (or 0x88A28A) is known color: Envy. HEX triplet: 88, A2 and 8A. RGB value is (136,162,138). Sum of RGB (Red+Green+Blue) = 136+162+138=436 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.19% from 436); Green value is 162 (63.67% from 255 or 37.16% from 436); Blue value is 138 (54.30% from 255 or 31.65% from 436); Max value from RGB is 162 - color contains mainly: green. Hex color #88A28A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88A28A is #775D75. Grayscale: #979797. Windows color (decimal): -7822710 or 9085576. OLE color: 9085576.

HSL color Cylindrical-coordinate representation of color #88A28A: hue angle of 124.62º 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 #88A28A is Cyan = 0.16, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.36.

Color convert

RGB 136 162 138 -
CMYK 0.16 0 0.15 0.36
HSL 124.62º 0.12% 0.58% -
HSV(B) 124.62º 0.16% 0.64% -
XYZ 27.66 32.91 28.94 -
YUV 151.49 120.39 116.95 -
System Red Green Blue C M Y K H S L
Decimal 136 162 138 0.16 0 0.15 0.36 124.62 0.12 0.58
Hex 88 A2 8A 10 0 F 24 7D C 3A
Octal 210 242 212 20 0 17 44 175 14 72
Binary 10001000 10100010 10001010 10000 0 1111 100100 1111101 1100 111010

Color Harmonies of #88A28A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88A28A

Black with #88A28A

Text Example


Text Example

White with #88A28A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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