#8BAC8D

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

Shades of Envy #8BAC8D

Tints of Envy #8BAC8D

Color information

#8BAC8D (or 0x8BAC8D) is unknown color: approx Envy. HEX triplet: 8B, AC and 8D. RGB value is (139,172,141). Sum of RGB (Red+Green+Blue) = 139+172+141=452 (59% of max value = 765). Red value is 139 (54.69% from 255 or 30.75% from 452); Green value is 172 (67.58% from 255 or 38.05% from 452); Blue value is 141 (55.47% from 255 or 31.19% from 452); Max value from RGB is 172 - color contains mainly: green. Hex color #8BAC8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BAC8D is #745372. Grayscale: #9E9E9E. Windows color (decimal): -7623539 or 9284747. OLE color: 9284747.

HSL color Cylindrical-coordinate representation of color #8BAC8D: hue angle of 123.64º degrees, saturation: 0.17, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8BAC8D is Cyan = 0.19, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.33.

Color convert

RGB139172141-
CMYK0.1900.180.33
HSL123.64º16.58%60.98%-
HSV(B)123.64º19.19%67.45%-
XYZ30.2136.9230.73-
YUV158.6118.07114.02-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 30.75%
GREEN value IS 172 (67.58% from 255) = 38.05%
BLUE value IS 141 (55.47% from 255) = 31.19%
R=30.75%
G=38.05%
B=31.19%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1391721410.1900.180.33123.6416.5860.98
Hex8BAC8D13012217c113d
Octal21325421523022411742175
Binary10001011101011001000110110011010010100001111110010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BAC8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,172,141); }

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

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

 a { background-color: rgb(139,172,141); }

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

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

 span { border-color: rgb(139,172,141); }

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