#8BAD76

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

Shades of Amulet #8BAD76

Tints of Amulet #8BAD76

Color information

#8BAD76 (or 0x8BAD76) is unknown color: approx Amulet. HEX triplet: 8B, AD and 76. RGB value is (139,173,118). Sum of RGB (Red+Green+Blue) = 139+173+118=430 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.33% from 430); Green value is 173 (67.97% from 255 or 40.23% from 430); Blue value is 118 (46.48% from 255 or 27.44% from 430); Max value from RGB is 173 - color contains mainly: green. Hex color #8BAD76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BAD76 is #745289. Grayscale: #9C9C9C. Windows color (decimal): -7623306 or 7777675. OLE color: 7777675.

HSL color Cylindrical-coordinate representation of color #8BAD76: hue angle of 97.09º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8BAD76 is Cyan = 0.20, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.32.

Color convert

RGB139173118-
CMYK0.2000.320.32
HSL97.09º25.11%57.06%-
HSV(B)97.09º31.79%67.84%-
XYZ28.8636.6822.7-
YUV156.56106.24115.47-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 32.33%
GREEN value IS 173 (67.97% from 255) = 40.23%
BLUE value IS 118 (46.48% from 255) = 27.44%
R=32.33%
G=40.23%
B=27.44%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1391731180.2000.320.3297.0925.1157.06
Hex8BAD761402020611939
Octal21325516624040401413171
Binary10001011101011011110110101000100000100000110000111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BAD76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,173,118); }

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

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

 a { background-color: rgb(139,173,118); }

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

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

 span { border-color: rgb(139,173,118); }

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