#8BB27A

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

Shades of Amulet #8BB27A

Tints of Amulet #8BB27A

Color information

#8BB27A (or 0x8BB27A) is unknown color: approx Amulet. HEX triplet: 8B, B2 and 7A. RGB value is (139,178,122). Sum of RGB (Red+Green+Blue) = 139+178+122=439 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.66% from 439); Green value is 178 (69.92% from 255 or 40.55% from 439); Blue value is 122 (48.05% from 255 or 27.79% from 439); Max value from RGB is 178 - color contains mainly: green. Hex color #8BB27A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BB27A is #744D85. Grayscale: #A0A0A0. Windows color (decimal): -7622022 or 8041099. OLE color: 8041099.

HSL color Cylindrical-coordinate representation of color #8BB27A: hue angle of 101.79º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8BB27A is Cyan = 0.22, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.30.

Color convert

RGB139178122-
CMYK0.2200.310.30
HSL101.79º26.67%58.82%-
HSV(B)101.79º31.46%69.8%-
XYZ30.0838.7324.3-
YUV159.95106.58113.05-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 31.66%
GREEN value IS 178 (69.92% from 255) = 40.55%
BLUE value IS 122 (48.05% from 255) = 27.79%
R=31.66%
G=40.55%
B=27.79%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1391781220.2200.310.30101.7926.6758.82
Hex8BB27A1601F1E661b3b
Octal21326217226037361463373
Binary100010111011001011110101011001111111110110011011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BB27A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,178,122); }

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

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

 a { background-color: rgb(139,178,122); }

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

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

 span { border-color: rgb(139,178,122); }

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