#8BA877

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

Shades of Amulet #8BA877

Tints of Amulet #8BA877

Color information

#8BA877 (or 0x8BA877) is unknown color: approx Amulet. HEX triplet: 8B, A8 and 77. RGB value is (139,168,119). Sum of RGB (Red+Green+Blue) = 139+168+119=426 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.63% from 426); Green value is 168 (66.02% from 255 or 39.44% from 426); Blue value is 119 (46.88% from 255 or 27.93% from 426); Max value from RGB is 168 - color contains mainly: green. Hex color #8BA877 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BA877 is #745788. Grayscale: #999999. Windows color (decimal): -7624585 or 7841931. OLE color: 7841931.

HSL color Cylindrical-coordinate representation of color #8BA877: hue angle of 95.51º degrees, saturation: 0.22, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8BA877 is Cyan = 0.17, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.34.

Color convert

RGB139168119-
CMYK0.1700.290.34
HSL95.51º21.97%56.27%-
HSV(B)95.51º29.17%65.88%-
XYZ27.9834.8322.7-
YUV153.74108.39117.48-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 32.63%
GREEN value IS 168 (66.02% from 255) = 39.44%
BLUE value IS 119 (46.88% from 255) = 27.93%
R=32.63%
G=39.44%
B=27.93%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1391681190.1700.290.3495.5121.9756.27
Hex8BA8771101D22601638
Octal21325016721035421402670
Binary1000101110101000111011110001011101100010110000010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BA877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,168,119); }

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

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

 a { background-color: rgb(139,168,119); }

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

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

 span { border-color: rgb(139,168,119); }

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