#8BAC7E

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

Shades of Amulet #8BAC7E

Tints of Amulet #8BAC7E

Color information

#8BAC7E (or 0x8BAC7E) is unknown color: approx Amulet. HEX triplet: 8B, AC and 7E. RGB value is (139,172,126). Sum of RGB (Red+Green+Blue) = 139+172+126=437 (57% of max value = 765). Red value is 139 (54.69% from 255 or 31.81% from 437); Green value is 172 (67.58% from 255 or 39.36% from 437); Blue value is 126 (49.61% from 255 or 28.83% from 437); Max value from RGB is 172 - color contains mainly: green. Hex color #8BAC7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BAC7E is #745381. Grayscale: #9D9D9D. Windows color (decimal): -7623554 or 8301707. OLE color: 8301707.

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

Color convert

RGB139172126-
CMYK0.1900.270.33
HSL103.04º21.7%58.43%-
HSV(B)103.04º26.74%67.45%-
XYZ29.1736.525.25-
YUV156.89110.57115.24-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 31.81%
GREEN value IS 172 (67.58% from 255) = 39.36%
BLUE value IS 126 (49.61% from 255) = 28.83%
R=31.81%
G=39.36%
B=28.83%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1391721260.1900.270.33103.0421.758.43
Hex8BAC7E1301B2167163a
Octal21325417623033411472672
Binary1000101110101100111111010011011011100001110011110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BAC7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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