#8BB179

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

Shades of Amulet #8BB179

Tints of Amulet #8BB179

Color information

#8BB179 (or 0x8BB179) is unknown color: approx Amulet. HEX triplet: 8B, B1 and 79. RGB value is (139,177,121). Sum of RGB (Red+Green+Blue) = 139+177+121=437 (57% of max value = 765). Red value is 139 (54.69% from 255 or 31.81% from 437); Green value is 177 (69.53% from 255 or 40.50% from 437); Blue value is 121 (47.66% from 255 or 27.69% from 437); Max value from RGB is 177 - color contains mainly: green. Hex color #8BB179 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BB179 is #744E86. Grayscale: #9F9F9F. Windows color (decimal): -7622279 or 7975307. OLE color: 7975307.

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

Color convert

RGB139177121-
CMYK0.2100.320.31
HSL100.71º26.42%58.43%-
HSV(B)100.71º31.64%69.41%-
XYZ29.8238.3123.91-
YUV159.25106.41113.55-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 31.81%
GREEN value IS 177 (69.53% from 255) = 40.50%
BLUE value IS 121 (47.66% from 255) = 27.69%
R=31.81%
G=40.50%
B=27.69%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1391771210.2100.320.31100.7126.4258.43
Hex8BB179150201F651a3a
Octal21326117125040371453272
Binary1000101110110001111100110101010000011111110010111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BB179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,177,121); }

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

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

 a { background-color: rgb(139,177,121); }

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

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

 span { border-color: rgb(139,177,121); }

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