#8BA87B

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

Shades of Amulet #8BA87B

Tints of Amulet #8BA87B

Color information

#8BA87B (or 0x8BA87B) is unknown color: approx Amulet. HEX triplet: 8B, A8 and 7B. RGB value is (139,168,123). Sum of RGB (Red+Green+Blue) = 139+168+123=430 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.33% from 430); Green value is 168 (66.02% from 255 or 39.07% from 430); Blue value is 123 (48.44% from 255 or 28.60% from 430); Max value from RGB is 168 - color contains mainly: green. Hex color #8BA87B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BA87B is #745784. Grayscale: #9A9A9A. Windows color (decimal): -7624581 or 8104075. OLE color: 8104075.

HSL color Cylindrical-coordinate representation of color #8BA87B: hue angle of 98.67º degrees, saturation: 0.21, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8BA87B is Cyan = 0.17, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.34.

Color convert

RGB139168123-
CMYK0.1700.270.34
HSL98.67º20.55%57.06%-
HSV(B)98.67º26.79%65.88%-
XYZ28.2334.9223.99-
YUV154.2110.39117.16-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 32.33%
GREEN value IS 168 (66.02% from 255) = 39.07%
BLUE value IS 123 (48.44% from 255) = 28.60%
R=32.33%
G=39.07%
B=28.60%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1391681230.1700.270.3498.6720.5557.06
Hex8BA87B1101B22631539
Octal21325017321033421432571
Binary1000101110101000111101110001011011100010110001110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BA87B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,168,123); }

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

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

 a { background-color: rgb(139,168,123); }

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

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

 span { border-color: rgb(139,168,123); }

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