#8BB57C

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

Shades of Amulet #8BB57C

Tints of Amulet #8BB57C

Color information

#8BB57C (or 0x8BB57C) is unknown color: approx Amulet. HEX triplet: 8B, B5 and 7C. RGB value is (139,181,124). Sum of RGB (Red+Green+Blue) = 139+181+124=444 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.31% from 444); Green value is 181 (71.09% from 255 or 40.77% from 444); Blue value is 124 (48.83% from 255 or 27.93% from 444); Max value from RGB is 181 - color contains mainly: green. Hex color #8BB57C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BB57C is #744A83. Grayscale: #A2A2A2. Windows color (decimal): -7621252 or 8172939. OLE color: 8172939.

HSL color Cylindrical-coordinate representation of color #8BB57C: hue angle of 104.21º degrees, saturation: 0.28, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8BB57C is Cyan = 0.23, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB139181124-
CMYK0.2300.310.29
HSL104.21º27.8%59.8%-
HSV(B)104.21º31.49%70.98%-
XYZ30.8139.9925.16-
YUV161.94106.59111.63-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 31.31%
GREEN value IS 181 (71.09% from 255) = 40.77%
BLUE value IS 124 (48.83% from 255) = 27.93%
R=31.31%
G=40.77%
B=27.93%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1391811240.2300.310.29104.2127.859.8
Hex8BB57C1701F1D681c3c
Octal21326517427037351503474
Binary100010111011010111111001011101111111101110100011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BB57C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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