Html Css Color HEX #88A88B Envy

📋 copy color: '#88A88B'

red 136 ◦ green 168 ◦ blue 139

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

Shades of Envy #88A88B

Tints of Envy #88A88B

RGB

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

 GREEN value IS 168 (66.02% from 255) = 37.92%

 BLUE value IS 139 (54.69% from 255) = 31.38%

R = 30.7%
G = 37.92%
B = 31.38%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.17

 K value IS 0.34

RGB Variations

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

Color information

#88A88B (or 0x88A88B) is known color: Envy. HEX triplet: 88, A8 and 8B. RGB value is (136,168,139). Sum of RGB (Red+Green+Blue) = 136+168+139=443 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.70% from 443); Green value is 168 (66.02% from 255 or 37.92% from 443); Blue value is 139 (54.69% from 255 or 31.38% from 443); Max value from RGB is 168 - color contains mainly: green. Hex color #88A88B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88A88B is #775774. Grayscale: #9B9B9B. Windows color (decimal): -7821173 or 9152648. OLE color: 9152648.

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

Color convert

RGB 136 168 139 -
CMYK 0.19 0 0.17 0.34
HSL 125.63º 0.16% 0.6% -
HSV(B) 125.63º 0.19% 0.66% -
XYZ 28.82 35.1 29.68 -
YUV 155.13 118.9 114.36 -
System Red Green Blue C M Y K H S L
Decimal 136 168 139 0.19 0 0.17 0.34 125.63 0.16 0.6
Hex 88 A8 8B 13 0 11 22 7E 10 3C
Octal 210 250 213 23 0 21 42 176 20 74
Binary 10001000 10101000 10001011 10011 0 10001 100010 1111110 10000 111100

Color Harmonies of #88A88B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88A88B

Black with #88A88B

Text Example


Text Example

White with #88A88B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,168,139); }

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

background-color css

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

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

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

border-color css

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

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

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