Html Css Color HEX #8BA473 Amulet

📋 copy color: '#8BA473'

red 139 ◦ green 164 ◦ blue 115

#8BA473
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amulet #8BA473

Tints of Amulet #8BA473

RGB

 RED value IS 139 (54.69% from 255) = 33.25%

 GREEN value IS 164 (64.45% from 255) = 39.23%

 BLUE value IS 115 (45.31% from 255) = 27.51%

R = 33.25%
G = 39.23%
B = 27.51%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#8BA473 (or 0x8BA473) is known color: Amulet. HEX triplet: 8B, A4 and 73. RGB value is (139,164,115). Sum of RGB (Red+Green+Blue) = 139+164+115=418 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.25% from 418); Green value is 164 (64.45% from 255 or 39.23% from 418); Blue value is 115 (45.31% from 255 or 27.51% from 418); Max value from RGB is 164 - color contains mainly: green. Hex color #8BA473 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BA473 is #745B8C. Grayscale: #979797. Windows color (decimal): -7625613 or 7578763. OLE color: 7578763.

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

Color convert

RGB 139 164 115 -
CMYK 0.15 0 0.30 0.36
HSL 90.61º 0.21% 0.55% -
HSV(B) 90.61º 0.3% 0.64% -
XYZ 27.02 33.28 21.22 -
YUV 150.94 107.72 119.48 -
System Red Green Blue C M Y K H S L
Decimal 139 164 115 0.15 0 0.30 0.36 90.61 0.21 0.55
Hex 8B A4 73 F 0 1E 24 5B 15 37
Octal 213 244 163 17 0 36 44 133 25 67
Binary 10001011 10100100 1110011 1111 0 11110 100100 1011011 10101 110111

Color Harmonies of #8BA473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BA473

Black with #8BA473

Text Example


Text Example

White with #8BA473

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,164,115); }

 H1.HeaderClassName
 {
   color: #8BA473;
 }
 .AnyTagClassName
 {
   color: #8BA473;
 }
</style>

background-color css

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

 a { background-color: rgb(139,164,115); }

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

border-color css

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

 span { border-color: rgb(139,164,115); }

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