#8BB47D

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

Shades of Amulet #8BB47D

Tints of Amulet #8BB47D

Color information

#8BB47D (or 0x8BB47D) is unknown color: approx Amulet. HEX triplet: 8B, B4 and 7D. RGB value is (139,180,125). Sum of RGB (Red+Green+Blue) = 139+180+125=444 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.31% from 444); Green value is 180 (70.70% from 255 or 40.54% from 444); Blue value is 125 (49.22% from 255 or 28.15% from 444); Max value from RGB is 180 - color contains mainly: green. Hex color #8BB47D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BB47D is #744B82. Grayscale: #A1A1A1. Windows color (decimal): -7621507 or 8238219. OLE color: 8238219.

HSL color Cylindrical-coordinate representation of color #8BB47D: hue angle of 104.73º degrees, saturation: 0.27, 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 #8BB47D is Cyan = 0.23, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB139180125-
CMYK0.2300.310.29
HSL104.73º26.83%59.8%-
HSV(B)104.73º30.56%70.59%-
XYZ30.6739.6125.43-
YUV161.47107.42111.97-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 31.31%
GREEN value IS 180 (70.70% from 255) = 40.54%
BLUE value IS 125 (49.22% from 255) = 28.15%
R=31.31%
G=40.54%
B=28.15%

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
Decimal1391801250.2300.310.29104.7326.8359.8
Hex8BB47D1701F1D691b3c
Octal21326417527037351513374
Binary100010111011010011111011011101111111101110100111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BB47D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,180,125); }

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

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

 a { background-color: rgb(139,180,125); }

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

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

 span { border-color: rgb(139,180,125); }

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