#8BA37C

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

Shades of Amulet #8BA37C

Tints of Amulet #8BA37C

Color information

#8BA37C (or 0x8BA37C) is unknown color: approx Amulet. HEX triplet: 8B, A3 and 7C. RGB value is (139,163,124). Sum of RGB (Red+Green+Blue) = 139+163+124=426 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.63% from 426); Green value is 163 (64.06% from 255 or 38.26% from 426); Blue value is 124 (48.83% from 255 or 29.11% from 426); Max value from RGB is 163 - color contains mainly: green. Hex color #8BA37C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BA37C is #745C83. Grayscale: #979797. Windows color (decimal): -7625860 or 8168331. OLE color: 8168331.

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

Color convert

RGB139163124-
CMYK0.1500.240.36
HSL96.92º17.49%56.27%-
HSV(B)96.92º23.93%63.92%-
XYZ27.3833.1424.02-
YUV151.38112.55119.17-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 32.63%
GREEN value IS 163 (64.06% from 255) = 38.26%
BLUE value IS 124 (48.83% from 255) = 29.11%
R=32.63%
G=38.26%
B=29.11%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1391631240.1500.240.3696.9217.4956.27
Hex8BA37CF01824611138
Octal21324317417030441412170
Binary100010111010001111111001111011000100100110000110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BA37C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,163,124); }

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

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

 a { background-color: rgb(139,163,124); }

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

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

 span { border-color: rgb(139,163,124); }

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