#8BAE7D

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

Shades of Amulet #8BAE7D

Tints of Amulet #8BAE7D

Color information

#8BAE7D (or 0x8BAE7D) is unknown color: approx Amulet. HEX triplet: 8B, AE and 7D. RGB value is (139,174,125). Sum of RGB (Red+Green+Blue) = 139+174+125=438 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.74% from 438); Green value is 174 (68.36% from 255 or 39.73% from 438); Blue value is 125 (49.22% from 255 or 28.54% from 438); Max value from RGB is 174 - color contains mainly: green. Hex color #8BAE7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BAE7D is #745182. Grayscale: #9E9E9E. Windows color (decimal): -7623043 or 8236683. OLE color: 8236683.

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

Color convert

RGB139174125-
CMYK0.2000.280.32
HSL102.86º23.22%58.63%-
HSV(B)102.86º28.16%68.24%-
XYZ29.4937.2425.04-
YUV157.95109.4114.48-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 31.74%
GREEN value IS 174 (68.36% from 255) = 39.73%
BLUE value IS 125 (49.22% from 255) = 28.54%
R=31.74%
G=39.73%
B=28.54%

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
Decimal1391741250.2000.280.32102.8623.2258.63
Hex8BAE7D1401C2067173b
Octal21325617524034401472773
Binary1000101110101110111110110100011100100000110011110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BAE7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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