#88A392

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

Shades of Envy #88A392

Tints of Envy #88A392

Color information

#88A392 (or 0x88A392) is unknown color: approx Envy. HEX triplet: 88, A3 and 92. RGB value is (136,163,146). Sum of RGB (Red+Green+Blue) = 136+163+146=445 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.56% from 445); Green value is 163 (64.06% from 255 or 36.63% from 445); Blue value is 146 (57.42% from 255 or 32.81% from 445); Max value from RGB is 163 - color contains mainly: green. Hex color #88A392 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88A392 is #775C6D. Grayscale: #999999. Windows color (decimal): -7822446 or 9610120. OLE color: 9610120.

HSL color Cylindrical-coordinate representation of color #88A392: hue angle of 142.22º degrees, saturation: 0.13, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #88A392 is Cyan = 0.17, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.36.

Color convert

RGB136163146-
CMYK0.1700.100.36
HSL142.22º12.8%58.63%-
HSV(B)142.22º16.56%63.92%-
XYZ28.4433.532.16-
YUV152.99124.05115.88-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 30.56%
GREEN value IS 163 (64.06% from 255) = 36.63%
BLUE value IS 146 (57.42% from 255) = 32.81%
R=30.56%
G=36.63%
B=32.81%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1361631460.1700.100.36142.2212.858.63
Hex88A392110A248ed3b
Octal21024322221012442161573
Binary1000100010100011100100101000101010100100100011101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88A392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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