#8BA580

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

Shades of Amulet #8BA580

Tints of Amulet #8BA580

Color information

#8BA580 (or 0x8BA580) is unknown color: approx Amulet. HEX triplet: 8B, A5 and 80. RGB value is (139,165,128). Sum of RGB (Red+Green+Blue) = 139+165+128=432 (57% of max value = 765). Red value is 139 (54.69% from 255 or 32.18% from 432); Green value is 165 (64.84% from 255 or 38.19% from 432); Blue value is 128 (50.39% from 255 or 29.63% from 432); Max value from RGB is 165 - color contains mainly: green. Hex color #8BA580 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BA580 is #745A7F. Grayscale: #999999. Windows color (decimal): -7625344 or 8430987. OLE color: 8430987.

HSL color Cylindrical-coordinate representation of color #8BA580: hue angle of 102.16º degrees, saturation: 0.17, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8BA580 is Cyan = 0.16, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.35.

Color convert

RGB139165128-
CMYK0.1600.220.35
HSL102.16º17.05%57.45%-
HSV(B)102.16º22.42%64.71%-
XYZ2833.9625.5-
YUV153.01113.89118.01-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 32.18%
GREEN value IS 165 (64.84% from 255) = 38.19%
BLUE value IS 128 (50.39% from 255) = 29.63%
R=32.18%
G=38.19%
B=29.63%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1391651280.1600.220.35102.1617.0557.45
Hex8BA5801001623661139
Octal21324520020026431462171
Binary10001011101001011000000010000010110100011110011010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BA580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,165,128); }

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

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

 a { background-color: rgb(139,165,128); }

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

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

 span { border-color: rgb(139,165,128); }

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