#8BA378

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

Shades of Amulet #8BA378

Tints of Amulet #8BA378

Color information

#8BA378 (or 0x8BA378) is unknown color: approx Amulet. HEX triplet: 8B, A3 and 78. RGB value is (139,163,120). Sum of RGB (Red+Green+Blue) = 139+163+120=422 (55% of max value = 765). Red value is 139 (54.69% from 255 or 32.94% from 422); Green value is 163 (64.06% from 255 or 38.63% from 422); Blue value is 120 (47.27% from 255 or 28.44% from 422); Max value from RGB is 163 - color contains mainly: green. Hex color #8BA378 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BA378 is #745C87. Grayscale: #979797. Windows color (decimal): -7625864 or 7906187. OLE color: 7906187.

HSL color Cylindrical-coordinate representation of color #8BA378: hue angle of 93.49º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8BA378 is Cyan = 0.15, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.36.

Color convert

RGB139163120-
CMYK0.1500.260.36
HSL93.49º18.94%55.49%-
HSV(B)93.49º26.38%63.92%-
XYZ27.1333.0422.72-
YUV150.92110.55119.5-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 32.94%
GREEN value IS 163 (64.06% from 255) = 38.63%
BLUE value IS 120 (47.27% from 255) = 28.44%
R=32.94%
G=38.63%
B=28.44%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1391631200.1500.260.3693.4918.9455.49
Hex8BA378F01A245d1337
Octal21324317017032441352367
Binary100010111010001111110001111011010100100101110110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BA378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,163,120); }

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

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

 a { background-color: rgb(139,163,120); }

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

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

 span { border-color: rgb(139,163,120); }

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