#8BA581

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

Shades of Amulet #8BA581

Tints of Amulet #8BA581

Color information

#8BA581 (or 0x8BA581) is unknown color: approx Amulet. HEX triplet: 8B, A5 and 81. RGB value is (139,165,129). Sum of RGB (Red+Green+Blue) = 139+165+129=433 (57% of max value = 765). Red value is 139 (54.69% from 255 or 32.10% from 433); Green value is 165 (64.84% from 255 or 38.11% from 433); Blue value is 129 (50.78% from 255 or 29.79% from 433); Max value from RGB is 165 - color contains mainly: green. Hex color #8BA581 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BA581 is #745A7E. Grayscale: #999999. Windows color (decimal): -7625343 or 8496523. OLE color: 8496523.

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

Color convert

RGB139165129-
CMYK0.1600.220.35
HSL103.33º16.67%57.65%-
HSV(B)103.33º21.82%64.71%-
XYZ28.0733.9825.85-
YUV153.12114.39117.93-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 32.10%
GREEN value IS 165 (64.84% from 255) = 38.11%
BLUE value IS 129 (50.78% from 255) = 29.79%
R=32.10%
G=38.11%
B=29.79%

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
Decimal1391651290.1600.220.35103.3316.6757.65
Hex8BA581100162367113a
Octal21324520120026431472172
Binary10001011101001011000000110000010110100011110011110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BA581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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