#8BAD7D

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

Shades of Amulet #8BAD7D

Tints of Amulet #8BAD7D

Color information

#8BAD7D (or 0x8BAD7D) is unknown color: approx Amulet. HEX triplet: 8B, AD and 7D. RGB value is (139,173,125). Sum of RGB (Red+Green+Blue) = 139+173+125=437 (57% of max value = 765). Red value is 139 (54.69% from 255 or 31.81% from 437); Green value is 173 (67.97% from 255 or 39.59% from 437); Blue value is 125 (49.22% from 255 or 28.60% from 437); Max value from RGB is 173 - color contains mainly: green. Hex color #8BAD7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BAD7D is #745282. Grayscale: #9D9D9D. Windows color (decimal): -7623299 or 8236427. OLE color: 8236427.

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

Color convert

RGB139173125-
CMYK0.2000.280.32
HSL102.5º22.64%58.43%-
HSV(B)102.5º27.75%67.84%-
XYZ29.2936.8624.97-
YUV157.36109.74114.9-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 31.81%
GREEN value IS 173 (67.97% from 255) = 39.59%
BLUE value IS 125 (49.22% from 255) = 28.60%
R=31.81%
G=39.59%
B=28.60%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1391731250.2000.280.32102.522.6458.43
Hex8BAD7D1401C2066173a
Octal21325517524034401462772
Binary1000101110101101111110110100011100100000110011010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BAD7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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