#8BA58F

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

Shades of Envy #8BA58F

Tints of Envy #8BA58F

Color information

#8BA58F (or 0x8BA58F) is unknown color: approx Envy. HEX triplet: 8B, A5 and 8F. RGB value is (139,165,143). Sum of RGB (Red+Green+Blue) = 139+165+143=447 (59% of max value = 765). Red value is 139 (54.69% from 255 or 31.10% from 447); Green value is 165 (64.84% from 255 or 36.91% from 447); Blue value is 143 (56.25% from 255 or 31.99% from 447); Max value from RGB is 165 - color contains mainly: green. Hex color #8BA58F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BA58F is #745A70. Grayscale: #9A9A9A. Windows color (decimal): -7625329 or 9414027. OLE color: 9414027.

HSL color Cylindrical-coordinate representation of color #8BA58F: hue angle of 129.23º 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 #8BA58F is Cyan = 0.16, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.35.

Color convert

RGB139165143-
CMYK0.1600.130.35
HSL129.23º12.62%59.61%-
HSV(B)129.23º15.76%64.71%-
XYZ29.0634.3831.09-
YUV154.72121.39116.79-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 31.10%
GREEN value IS 165 (64.84% from 255) = 36.91%
BLUE value IS 143 (56.25% from 255) = 31.99%
R=31.10%
G=36.91%
B=31.99%

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
Decimal1391651430.1600.130.35129.2312.6259.61
Hex8BA58F100D2381d3c
Octal21324521720015432011574
Binary1000101110100101100011111000001101100011100000011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BA58F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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