#8BAF7B

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

Shades of Amulet #8BAF7B

Tints of Amulet #8BAF7B

Color information

#8BAF7B (or 0x8BAF7B) is unknown color: approx Amulet. HEX triplet: 8B, AF and 7B. RGB value is (139,175,123). Sum of RGB (Red+Green+Blue) = 139+175+123=437 (57% of max value = 765). Red value is 139 (54.69% from 255 or 31.81% from 437); Green value is 175 (68.75% from 255 or 40.05% from 437); Blue value is 123 (48.44% from 255 or 28.15% from 437); Max value from RGB is 175 - color contains mainly: green. Hex color #8BAF7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BAF7B is #745084. Grayscale: #9E9E9E. Windows color (decimal): -7622789 or 8105867. OLE color: 8105867.

HSL color Cylindrical-coordinate representation of color #8BAF7B: hue angle of 101.54º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8BAF7B is Cyan = 0.21, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB139175123-
CMYK0.2100.300.31
HSL101.54º24.53%58.43%-
HSV(B)101.54º29.71%68.63%-
XYZ29.5537.5824.43-
YUV158.31108.07114.23-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 31.81%
GREEN value IS 175 (68.75% from 255) = 40.05%
BLUE value IS 123 (48.44% from 255) = 28.15%
R=31.81%
G=40.05%
B=28.15%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1391751230.2100.300.31101.5424.5358.43
Hex8BAF7B1501E1F66193a
Octal21325717325036371463172
Binary100010111010111111110111010101111011111110011011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BAF7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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