Html Css Color HEX #86AE6F Amulet

📋 copy color: '#86AE6F'

red 134 ◦ green 174 ◦ blue 111

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

Shades of Amulet #86AE6F

Tints of Amulet #86AE6F

RGB

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

 GREEN value IS 174 (68.36% from 255) = 41.53%

 BLUE value IS 111 (43.75% from 255) = 26.49%

R = 31.98%
G = 41.53%
B = 26.49%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.36

 K value IS 0.32

RGB Variations

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

Color information

#86AE6F (or 0x86AE6F) is known color: Amulet. HEX triplet: 86, AE and 6F. RGB value is (134,174,111). Sum of RGB (Red+Green+Blue) = 134+174+111=419 (55% of max value = 765). Red value is 134 (52.73% from 255 or 31.98% from 419); Green value is 174 (68.36% from 255 or 41.53% from 419); Blue value is 111 (43.75% from 255 or 26.49% from 419); Max value from RGB is 174 - color contains mainly: green. Hex color #86AE6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86AE6F is #795190. Grayscale: #9B9B9B. Windows color (decimal): -7950737 or 7319174. OLE color: 7319174.

HSL color Cylindrical-coordinate representation of color #86AE6F: hue angle of 98.1º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #86AE6F is Cyan = 0.23, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.32.

Color convert

RGB 134 174 111 -
CMYK 0.23 0 0.36 0.32
HSL 98.1º 0.28% 0.56% -
HSV(B) 98.1º 0.36% 0.68% -
XYZ 27.84 36.49 20.61 -
YUV 154.86 103.25 113.12 -
System Red Green Blue C M Y K H S L
Decimal 134 174 111 0.23 0 0.36 0.32 98.1 0.28 0.56
Hex 86 AE 6F 17 0 24 20 62 1C 38
Octal 206 256 157 27 0 44 40 142 34 70
Binary 10000110 10101110 1101111 10111 0 100100 100000 1100010 11100 111000

Color Harmonies of #86AE6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86AE6F

Black with #86AE6F

Text Example


Text Example

White with #86AE6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,174,111); }

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

background-color css

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

 a { background-color: rgb(134,174,111); }

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

border-color css

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

 span { border-color: rgb(134,174,111); }

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