#8BA28F

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

Shades of Envy #8BA28F

Tints of Envy #8BA28F

Color information

#8BA28F (or 0x8BA28F) is unknown color: approx Envy. HEX triplet: 8B, A2 and 8F. RGB value is (139,162,143). Sum of RGB (Red+Green+Blue) = 139+162+143=444 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.31% from 444); Green value is 162 (63.67% from 255 or 36.49% from 444); Blue value is 143 (56.25% from 255 or 32.21% from 444); Max value from RGB is 162 - color contains mainly: green. Hex color #8BA28F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BA28F is #745D70. Grayscale: #999999. Windows color (decimal): -7626097 or 9413259. OLE color: 9413259.

HSL color Cylindrical-coordinate representation of color #8BA28F: hue angle of 130.43º degrees, saturation: 0.11, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8BA28F is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.36.

Color convert

RGB139162143-
CMYK0.1400.120.36
HSL130.43º11%59.02%-
HSV(B)130.43º14.2%63.53%-
XYZ28.5333.3130.91-
YUV152.96122.38118.04-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 31.31%
GREEN value IS 162 (63.67% from 255) = 36.49%
BLUE value IS 143 (56.25% from 255) = 32.21%
R=31.31%
G=36.49%
B=32.21%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1391621430.1400.120.36130.431159.02
Hex8BA28FE0C2482b3b
Octal21324221716014442021373
Binary100010111010001010001111111001100100100100000101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BA28F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,162,143); }

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

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

 a { background-color: rgb(139,162,143); }

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

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

 span { border-color: rgb(139,162,143); }

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