#8AB47B

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

Shades of Amulet #8AB47B

Tints of Amulet #8AB47B

Color information

#8AB47B (or 0x8AB47B) is unknown color: approx Amulet. HEX triplet: 8A, B4 and 7B. RGB value is (138,180,123). Sum of RGB (Red+Green+Blue) = 138+180+123=441 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.29% from 441); Green value is 180 (70.70% from 255 or 40.82% from 441); Blue value is 123 (48.44% from 255 or 27.89% from 441); Max value from RGB is 180 - color contains mainly: green. Hex color #8AB47B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AB47B is #754B84. Grayscale: #A1A1A1. Windows color (decimal): -7687045 or 8107146. OLE color: 8107146.

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

Color convert

RGB138180123-
CMYK0.2300.320.29
HSL104.21º27.54%59.41%-
HSV(B)104.21º31.67%70.59%-
XYZ30.3839.4824.76-
YUV160.94106.59111.63-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 31.29%
GREEN value IS 180 (70.70% from 255) = 40.82%
BLUE value IS 123 (48.44% from 255) = 27.89%
R=31.29%
G=40.82%
B=27.89%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1381801230.2300.320.29104.2127.5459.41
Hex8AB47B170201D681c3b
Octal21226417327040351503473
Binary1000101010110100111101110111010000011101110100011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AB47B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,180,123); }

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

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

 a { background-color: rgb(138,180,123); }

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

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

 span { border-color: rgb(138,180,123); }

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