Html Css Color HEX #86A480 Amulet

📋 copy color: '#86A480'

red 134 ◦ green 164 ◦ blue 128

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

Shades of Amulet #86A480

Tints of Amulet #86A480

RGB

 RED value IS 134 (52.73% from 255) = 31.46%

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

 BLUE value IS 128 (50.39% from 255) = 30.05%

R = 31.46%
G = 38.5%
B = 30.05%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.22

 K value IS 0.36

RGB Variations

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

Color information

#86A480 (or 0x86A480) is known color: Amulet. HEX triplet: 86, A4 and 80. RGB value is (134,164,128). Sum of RGB (Red+Green+Blue) = 134+164+128=426 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.46% from 426); Green value is 164 (64.45% from 255 or 38.50% from 426); Blue value is 128 (50.39% from 255 or 30.05% from 426); Max value from RGB is 164 - color contains mainly: green. Hex color #86A480 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86A480 is #795B7F. Grayscale: #979797. Windows color (decimal): -7953280 or 8430726. OLE color: 8430726.

HSL color Cylindrical-coordinate representation of color #86A480: hue angle of 110º degrees, saturation: 0.17, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #86A480 is Cyan = 0.18, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.36.

Color convert

RGB 134 164 128 -
CMYK 0.18 0 0.22 0.36
HSL 110º 0.17% 0.57% -
HSV(B) 110º 0.22% 0.64% -
XYZ 27 33.18 25.4 -
YUV 150.93 115.06 115.93 -
System Red Green Blue C M Y K H S L
Decimal 134 164 128 0.18 0 0.22 0.36 110 0.17 0.57
Hex 86 A4 80 12 0 16 24 6E 11 39
Octal 206 244 200 22 0 26 44 156 21 71
Binary 10000110 10100100 10000000 10010 0 10110 100100 1101110 10001 111001

Color Harmonies of #86A480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86A480

Black with #86A480

Text Example


Text Example

White with #86A480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86A480; }

 p { color: rgb(134,164,128); }

 H1.HeaderClassName
 {
   color: #86A480;
 }
 .AnyTagClassName
 {
   color: #86A480;
 }
</style>

background-color css

<style>
 a { background-color: #86A480; }

 a { background-color: rgb(134,164,128); }

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

border-color css

<style>
 span { border-color: #86A480; }

 span { border-color: rgb(134,164,128); }

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