Html Css Color HEX #86A973 Amulet

📋 copy color: '#86A973'

red 134 ◦ green 169 ◦ blue 115

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

Shades of Amulet #86A973

Tints of Amulet #86A973

RGB

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

 GREEN value IS 169 (66.41% from 255) = 40.43%

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

R = 32.06%
G = 40.43%
B = 27.51%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.32

 K value IS 0.34

RGB Variations

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

Color information

#86A973 (or 0x86A973) is known color: Amulet. HEX triplet: 86, A9 and 73. RGB value is (134,169,115). Sum of RGB (Red+Green+Blue) = 134+169+115=418 (55% of max value = 765). Red value is 134 (52.73% from 255 or 32.06% from 418); Green value is 169 (66.41% from 255 or 40.43% from 418); Blue value is 115 (45.31% from 255 or 27.51% from 418); Max value from RGB is 169 - color contains mainly: green. Hex color #86A973 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86A973 is #79568C. Grayscale: #989898. Windows color (decimal): -7952013 or 7580038. OLE color: 7580038.

HSL color Cylindrical-coordinate representation of color #86A973: hue angle of 98.89º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #86A973 is Cyan = 0.21, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.34.

Color convert

RGB 134 169 115 -
CMYK 0.21 0 0.32 0.34
HSL 98.89º 0.24% 0.56% -
HSV(B) 98.89º 0.32% 0.66% -
XYZ 27.11 34.68 21.48 -
YUV 152.38 106.9 114.89 -
System Red Green Blue C M Y K H S L
Decimal 134 169 115 0.21 0 0.32 0.34 98.89 0.24 0.56
Hex 86 A9 73 15 0 20 22 63 18 38
Octal 206 251 163 25 0 40 42 143 30 70
Binary 10000110 10101001 1110011 10101 0 100000 100010 1100011 11000 111000

Color Harmonies of #86A973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86A973

Black with #86A973

Text Example


Text Example

White with #86A973

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,169,115); }

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

background-color css

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

 a { background-color: rgb(134,169,115); }

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

border-color css

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

 span { border-color: rgb(134,169,115); }

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