#8BA475

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

Shades of Amulet #8BA475

Tints of Amulet #8BA475

Color information

#8BA475 (or 0x8BA475) is unknown color: approx Amulet. HEX triplet: 8B, A4 and 75. RGB value is (139,164,117). Sum of RGB (Red+Green+Blue) = 139+164+117=420 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.10% from 420); Green value is 164 (64.45% from 255 or 39.05% from 420); Blue value is 117 (46.09% from 255 or 27.86% from 420); Max value from RGB is 164 - color contains mainly: green. Hex color #8BA475 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BA475 is #745B8A. Grayscale: #979797. Windows color (decimal): -7625611 or 7709835. OLE color: 7709835.

HSL color Cylindrical-coordinate representation of color #8BA475: hue angle of 91.91º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8BA475 is Cyan = 0.15, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.36.

Color convert

RGB139164117-
CMYK0.1500.290.36
HSL91.91º20.52%55.1%-
HSV(B)91.91º28.66%64.31%-
XYZ27.1333.3221.83-
YUV151.17108.72119.32-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 33.10%
GREEN value IS 164 (64.45% from 255) = 39.05%
BLUE value IS 117 (46.09% from 255) = 27.86%
R=33.10%
G=39.05%
B=27.86%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1391641170.1500.290.3691.9120.5255.1
Hex8BA475F01D245c1537
Octal21324416517035441342567
Binary100010111010010011101011111011101100100101110010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BA475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,164,117); }

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

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

 a { background-color: rgb(139,164,117); }

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

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

 span { border-color: rgb(139,164,117); }

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