#8BA076

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

Shades of Amulet #8BA076

Tints of Amulet #8BA076

Color information

#8BA076 (or 0x8BA076) is unknown color: approx Amulet. HEX triplet: 8B, A0 and 76. RGB value is (139,160,118). Sum of RGB (Red+Green+Blue) = 139+160+118=417 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.33% from 417); Green value is 160 (62.89% from 255 or 38.37% from 417); Blue value is 118 (46.48% from 255 or 28.30% from 417); Max value from RGB is 160 - color contains mainly: green. Hex color #8BA076 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BA076 is #745F89. Grayscale: #959595. Windows color (decimal): -7626634 or 7774347. OLE color: 7774347.

HSL color Cylindrical-coordinate representation of color #8BA076: hue angle of 90º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8BA076 is Cyan = 0.13, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.37.

Color convert

RGB139160118-
CMYK0.1300.260.37
HSL90º18.1%54.51%-
HSV(B)90º26.25%62.75%-
XYZ26.4931.9421.91-
YUV148.93110.54120.92-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 33.33%
GREEN value IS 160 (62.89% from 255) = 38.37%
BLUE value IS 118 (46.48% from 255) = 28.30%
R=33.33%
G=38.37%
B=28.30%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1391601180.1300.260.379018.154.51
Hex8BA076D01A255a1237
Octal21324016615032451322267
Binary100010111010000011101101101011010100101101101010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BA076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,160,118); }

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

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

 a { background-color: rgb(139,160,118); }

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

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

 span { border-color: rgb(139,160,118); }

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