#8BAE79

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

Shades of Amulet #8BAE79

Tints of Amulet #8BAE79

Color information

#8BAE79 (or 0x8BAE79) is unknown color: approx Amulet. HEX triplet: 8B, AE and 79. RGB value is (139,174,121). Sum of RGB (Red+Green+Blue) = 139+174+121=434 (57% of max value = 765). Red value is 139 (54.69% from 255 or 32.03% from 434); Green value is 174 (68.36% from 255 or 40.09% from 434); Blue value is 121 (47.66% from 255 or 27.88% from 434); Max value from RGB is 174 - color contains mainly: green. Hex color #8BAE79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BAE79 is #745186. Grayscale: #9D9D9D. Windows color (decimal): -7623047 or 7974539. OLE color: 7974539.

HSL color Cylindrical-coordinate representation of color #8BAE79: hue angle of 99.62º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8BAE79 is Cyan = 0.20, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.32.

Color convert

RGB139174121-
CMYK0.2000.300.32
HSL99.62º24.65%57.84%-
HSV(B)99.62º30.46%68.24%-
XYZ29.2337.1423.72-
YUV157.49107.4114.81-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 32.03%
GREEN value IS 174 (68.36% from 255) = 40.09%
BLUE value IS 121 (47.66% from 255) = 27.88%
R=32.03%
G=40.09%
B=27.88%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1391741210.2000.300.3299.6224.6557.84
Hex8BAE791401E2064193a
Octal21325617124036401443172
Binary1000101110101110111100110100011110100000110010011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BAE79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,174,121); }

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

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

 a { background-color: rgb(139,174,121); }

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

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

 span { border-color: rgb(139,174,121); }

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