#88AF92

Color #88AF92 Envy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Envy #88AF92

Tints of Envy #88AF92

Color information

#88AF92 (or 0x88AF92) is unknown color: approx Envy. HEX triplet: 88, AF and 92. RGB value is (136,175,146). Sum of RGB (Red+Green+Blue) = 136+175+146=457 (60% of max value = 765). Red value is 136 (53.52% from 255 or 29.76% from 457); Green value is 175 (68.75% from 255 or 38.29% from 457); Blue value is 146 (57.42% from 255 or 31.95% from 457); Max value from RGB is 175 - color contains mainly: green. Hex color #88AF92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88AF92 is #77506D. Grayscale: #A0A0A0. Windows color (decimal): -7819374 or 9613192. OLE color: 9613192.

HSL color Cylindrical-coordinate representation of color #88AF92: hue angle of 135.38º degrees, saturation: 0.2, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #88AF92 is Cyan = 0.22, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.31.

Color convert

RGB136175146-
CMYK0.2200.170.31
HSL135.38º19.6%60.98%-
HSV(B)135.38º22.29%68.63%-
XYZ30.6737.9732.91-
YUV160.03120.08110.86-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 29.76%
GREEN value IS 175 (68.75% from 255) = 38.29%
BLUE value IS 146 (57.42% from 255) = 31.95%
R=29.76%
G=38.29%
B=31.95%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1361751460.2200.170.31135.3819.660.98
Hex88AF92160111F87143d
Octal21025722226021372072475
Binary10001000101011111001001010110010001111111000011110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88AF92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,175,146); }

 H1.HeaderClassName
 {
   color: #88AF92;
 }
 .AnyTagClassName
 {
   color: #88AF92;
 }
</style>
background-color css

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

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

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

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

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

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