#8BA590

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

Shades of Envy #8BA590

Tints of Envy #8BA590

Color information

#8BA590 (or 0x8BA590) is unknown color: approx Envy. HEX triplet: 8B, A5 and 90. RGB value is (139,165,144). Sum of RGB (Red+Green+Blue) = 139+165+144=448 (59% of max value = 765). Red value is 139 (54.69% from 255 or 31.03% from 448); Green value is 165 (64.84% from 255 or 36.83% from 448); Blue value is 144 (56.64% from 255 or 32.14% from 448); Max value from RGB is 165 - color contains mainly: green. Hex color #8BA590 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BA590 is #745A6F. Grayscale: #9A9A9A. Windows color (decimal): -7625328 or 9479563. OLE color: 9479563.

HSL color Cylindrical-coordinate representation of color #8BA590: hue angle of 131.54º degrees, saturation: 0.13, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8BA590 is Cyan = 0.16, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.35.

Color convert

RGB139165144-
CMYK0.1600.130.35
HSL131.54º12.62%59.61%-
HSV(B)131.54º15.76%64.71%-
XYZ29.1434.4131.49-
YUV154.83121.89116.71-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 31.03%
GREEN value IS 165 (64.84% from 255) = 36.83%
BLUE value IS 144 (56.64% from 255) = 32.14%
R=31.03%
G=36.83%
B=32.14%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1391651440.1600.130.35131.5412.6259.61
Hex8BA590100D2384d3c
Octal21324522020015432041574
Binary1000101110100101100100001000001101100011100001001101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BA590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8BA590; }

 p { color: rgb(139,165,144); }

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

<style>
 a { background-color: #8BA590; }

 a { background-color: rgb(139,165,144); }

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

<style>
 span { border-color: #8BA590; }

 span { border-color: rgb(139,165,144); }

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