#8BAC7F

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

Shades of Amulet #8BAC7F

Tints of Amulet #8BAC7F

Color information

#8BAC7F (or 0x8BAC7F) is unknown color: approx Amulet. HEX triplet: 8B, AC and 7F. RGB value is (139,172,127). Sum of RGB (Red+Green+Blue) = 139+172+127=438 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.74% from 438); Green value is 172 (67.58% from 255 or 39.27% from 438); Blue value is 127 (50% from 255 or 29.00% from 438); Max value from RGB is 172 - color contains mainly: green. Hex color #8BAC7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BAC7F is #745380. Grayscale: #9D9D9D. Windows color (decimal): -7623553 or 8367243. OLE color: 8367243.

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

Color convert

RGB139172127-
CMYK0.1900.260.33
HSL104º21.33%58.63%-
HSV(B)104º26.16%67.45%-
XYZ29.2336.5325.59-
YUV157111.07115.16-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 31.74%
GREEN value IS 172 (67.58% from 255) = 39.27%
BLUE value IS 127 (50% from 255) = 29.00%
R=31.74%
G=39.27%
B=29.00%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1391721270.1900.260.3310421.3358.63
Hex8BAC7F1301A2168153b
Octal21325417723032411502573
Binary1000101110101100111111110011011010100001110100010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BAC7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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